Sample code provided by OMEGAMON AI for CICS
OMEGAMON AI for CICS provides samples of the code you use to monitor the event. The samples are located in hilev.midlev.TKANSAM and thilev.midlev.TKANMAC libraries.
Table 1 shows
the name of the data set and member that contains the sample code
and provides the purpose of the sample provided.
| Data set and member | Purpose |
|---|---|
| thilev.midlev.TKANSAM( KOCUE1DR) | Driver program that collects the records for the event. |
| thilev.midlev.TKANSAM(KOCAUE1) | When the records are collected, DSECT you can use to map the SMF type 112 records for Assembler. |
| thilev.midlev.TKANSAM(KOCCUE1) | When the records are collected, DSECT you can use to map the SMF type 112 records for COBOL. |
| thilev.midlev.TKANSAM(KOCPUE1) | When the records are collected, DSECT you can use to map the SMF type 112 records for PLI. |
| thilev.midlev.TKANSAM(KOCSUE1) | When the records are collected, DSECT you can use to map the SMF type 112 records for SAS. |
| thilev.midlev.TKANMAC(KOCAUE1D) | Macro used by the driver to map the parameter list. |
| thilev.midlev.TKANMAC (KOCUE1) | Macro used by the driver to generate the storage definitions for the output fields. |
| thilev.midlev.TKANMAC (KOCAUE1) | Macro used by the driver to generate online code that calls the OMEGAMON AI for CICS code. Note: You might have to
alter the register convention to adhere with your coding standards. |