The resource control table (RCT) controls the CICS® DB2® interface.
RCTs must be migrated to online resource definitions in CICS Transaction Server for OS/390®, Version 1 Release 3. The macro is only supported for migration purposes.
The RCT can be defined using the DSNCRCT macro to produce a macro table. Your RCT must be assembled using the DSNCRCT macro shipped with this release, in the SDFHMAC library, and the load library must have the format DFHRCTxx, where xx is the suffix.
This topic describes the syntax of the DSNCRCT macro and guides you through its coding.
DSNCRCT TYPE=INIT,
DSNCRCT TYPE=COMD,[optional]
DSNCRCT TYPE=POOL,[optional]
DSNCRCT TYPE=ENTRY,[optional]
⋮
DSNCRCT TYPE=ENTRY,[optional]
DSNCRCT TYPE=FINAL
END [assembler end statement required]
The RCT must be link-edited into a library that is in the DFHRPL concatenation. (In releases of CICS before CICS Transaction Server for OS/390, Version 1 Release 3, the RCT had to reside in a library in the STEPLIB concatenation).