To install the menu system in the CICS environment
&CTS310 SETB 0 1=CICS 310 or higher
DEFINE PROGRAM(ESFMCICS) GROUP(ESF) LANGUAGE(ASSEMBLER)
DEFINE TRANSACTION(ESFM) GROUP(ESF) PROGRAM(ESFMCICS) TWASIZE(0)
TASKDATALOC(BELOW) TASKDATAKEY(USER)
Add the RDO group to your CICS startup list (the SIT parameter GRPLIST=).
Note: When installing CICS support on to a CA Spool task that has already been started, the modules loaded into the CSA must be reinitialized by issuing the "REINIT,MODULES,ON" command followed by a recycle of the CA Spool started task.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|