Previous Topic: Link Edit the CICS Object Members (INST0061)Next Topic: Run the Dynamic Installation Utility (INST0100)


Update the CICS JCL

Enable the CICS Data Collector and online interface by updating the CICS JCL. Sample JCL is found in sysview.SAMPJCL(CICSJCL). Perform this procedure for each CICS system being monitored.

Follow these steps:

  1. Add a DD statement for the load library to your CICS job stream DFHRPL and STEPLIB DD statements, as shown:
    //STEPLIB  DD   DSN=...
    //         DD   DSN=sysview.CNM4BLOD
    //DFHRPL   DD   DSN=...
    //         DD   DSN=sysview.CNM4BLOD
    

    Note: Replace the high-level qualifier with the one you assigned to the CA SYSVIEW load library.

  2. Make the CNM4BLOD data set accessible through the STEPLIB DDname, the LPA, or the linklist.

    Starting at CICS TS 3.2, CICS provides Dynamic Program Library Management. The CNM4BLOD data set can be dynamically added to CICS and made accessible using a LIBRARY resource definition. This step can be done in place of adding the data set DFHRPL ddname.

The CICS JCL is now updated for each CICS system being monitored.