Obsolete sample JCL in REXX for CICS

The following sample REXX for CICS® control table definition jobs are obsolete, because CICS no longer supports either the DCT or RCT:

CICDCT
This sample JCL created a DCT that contained transient data extra partition destinations used by REXX for CICS IMPORT and EXPORT commands.

The DFHDCT entries from job CICDCT are moved to the CICRDOD job as CSD DEFINE statements. The updated CICRDOD job, which runs the CSD utility program, DFHCSDUP, defines the sample transient data extra partition destinations as TDQUEUE resource definitions in the CSD.

CICRCT
This sample JCL created a DB2® RCT that authorized REXX for CICS sample transactions to use the DB2 plan.

The DFHRCT entries from job CICRCT are now moved to the CICRDOR job as CSD DEFINE statements. The CICRDOR job, which runs the CSD utility program, DFHCSDUP, defines the sample DB2CONN, DB2TRAN, and DB2ENTRY resource definitions in the CSD.

Note:
The CICRDOR and CICRDOD jobs that are supplied with the REXX for CICS product on the CICS TS installation tape, and installed in the SCICJCL library, do not contain the updated resource definition statements. To obtain the updated CICRDOR and CICRDOD jobs that contain the new DB2CONN, DB2TRAN, and DB2ENTRY definitions, and the new TDQUEUE definitions, apply PTF UW77589 for APAR OW48031.
[[ Contents Previous Page | Next Page Index ]]