Step 4--Add DD statements to your CICS startup job

You need to add the following DD statements to your CICS® startup job. See Special exec data sets used by the REXX Development System for more information.

//CICAUTH  DD    DSN=CICSTS31.REXX.SCICCMDS,DISP=SHR
//CICEXEC  DD    DSN=CICSTS31.REXX.SCICEXEC,DISP=SHR
//CICUSER  DD    DSN=CICSTS31.REXX.SCICUSER,DISP=SHR 

Additionally a DD statement for CICSTS31.REXX.SCICLOAD must be added to the DFHRPL concatenation.

[[ Contents Previous Page | Next Page Index ]]