For the latest information on upgrading to and from any versions of CICS TS, see CICS TS V5.6.

Changing start procedures to include the activation module

If you use a common, release-independent procedure to start CICS regions, you must include the data set for the activation module in the procedure.

The following JCL is an example of how you can add the data set for the activation module:

CICS procedure:
//CICSTS PROC REL=52
//CICS      EXEC PGM=DFHSIP,PARM='SI',REGION=0K,TIME=1439
//STEPLIB DD DISP=SHR,DSN=CICS&REL..SDFHAUTH ...   
                    ... plus other CICS datasets 
//                  INCLUDE MEMBER=LIC&REL
The PROCLIB has the following members for CICS TS for z/OS V5.2 and V5.1:
LIC52
//      DD DISP=SHR,DSN=CICS52.SDFHLIC

LIC51
//*     No activation module dataset required


dfhe5_install_jcl.html | Timestamp icon Last updated: Saturday, 15 June 2019