Collect general MainView for CICS data on SMF
MainView for CICS provides a copybook member in the BBSAMP library that can be used to add general MainView for CICS data to the CICS SMF 110 performance record.
This general data is identified as CMRDATA.
To append CMRDATA information to the CICS SMF 110 performance record, add the following statement in your MCT:
The MainView for CICS BBSAMP library contains the following two members that illustrate the format of the CMRDATA area:
- CMRNDSAS contains SAS definitions
- CMRNDATA contains the Assemble DSECT
The appended CMRDATA segment includes data from the T6EUDAT2 user data field in the history record. The T6EUDAT2 field contains 64 bytes of user data populated by the CMRCUEX user exit utility.
When the following conditions exist, the CMRDATA segment is appended to every CICS SMF 110 Task Performance record that is written to the SMF data set:
- You are using CICS TS version 4.1 or later.
- CICS was initialized with SIT parameters specifying MN=ON, MNPER=ON, and MCT=xx, where xx specifies the MCT that includes the CMRDATA segment definition.
The CMRCMPWN utility, which can convert MainView for CICS T6E history records to the CICS SMF 110 format, also provides the new data in the CMRDATA segment. The CMRDATA segment is always added to the CICS SMF 110 Task Performance records when this utility converts MainView for CICS history (CMRDETL) records to the SMF 110 format.
Related topic