Modifying the JCL for the CICS region

Important: You do not need to perform this step if you plan to use INITPARM, which minimizes the JCL changes that are required.

The JCL for the CICS region being monitored by OMEGAMON AI for CICS must be modified.

Add the KOCOME00 program and the OMEG transaction to the CICS region and add the OMEGAMON® libraries to the JCL for the CICS region you are monitoring.

Add a DD statement for the RKANMOD data set and concatenate the &thilev.TKANMODR load library, to the CICS DFHRPL DD statement as shown in the following example:
Note: These examples are based on runtime environments that are running from SMP/E libraries.

From:

//DFHRPL DD DISP=SHR,DSN=cics.hilev.SDFHLOAD                                                                       

To:

 //DFHRPL DD DISP=SHR,DSN=cics.hilev.SDFHLOAD
//        DD DISP=SHR,DSN=&thilev.TKANMODR      
Add a DD statement for the RKANMOD library:
//RKANMOD DD DISP=SHR,DSN=&thilev.TKANMOD              

If any data set in the RKANMOD DD allocation is not APF authorized, the OC1036 message is issued and OMEGAMON fails to initialize in the CICS region. If the RKANMOD DD is not found in the CICS region JCL, the standard z/OS® system library search order is used and LINKLST is searched.

Any runtime libraries concatenated in the STEPLIB DDNAME of the IBMOC0 started task must be APF authorized. Add the KOCOME00 program and the OMEG transaction.

If your security system restricts data set access, your security administrator must give the OMEGAMON for CICS (3270) started task (default IBMOC0) and the CICS regions read access to the &RHILEV or &THILEV high-level qualifier.