CICS Performance Dataset Variables
This section describes variable information for the CICS PERFORMANCE DATASET variable class.
cspm16
While the information in this topic remains supported, it has been deprecated in favor of newer variable definitions.
Syntax:
This sample syntax creates a tabular report using the TAB command. Substitute
id_option
and variable_name
from the following tables:TAB [DATETIME | DATE | TIME]id_option, CICS [PERFORMANCE] DATASETvariable_nameEND RUN
You can use FILE in place of DATASET for this variable class.
- ID Options
- Use any CICS PERFORMANCE DATASET variables with the following ID options:ID OptionDescriptionABCODEAbend codes for transactionsAPPLIDVTAM APPLIDs of CICS regions of the CICS systemENDTIMETransaction end timeFILEIDFile nameJOBNAMECICS jobnamePROGIDProgram namesSTARTTIMETransaction start timeSYSIDMVS system IDTERMIDTerminal IDsTRANIDTransaction IDsTRANNUMTransaction numbersUSERIDUser IDsVTAMLUVTAM logical unit names of terminals
- Variables
- The following table provides a list of available variables for the CICS PERFORMANCE DATASET variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionADD25527MNSFCS_MFCRADDNumber of file addsBROWSE25527MNSFCS_MFCRBRONumber of file browsesDELete25527MNSFCS_MFCRDELNumber of file deletesMAXREQtime25527MNSFCS_MFCRTIMHMaximum file request service time, in secondsREAD25527MNSFCS_MFCRGTU + MNSFCS_MFCRGET + MNSFCS_MFCRBRONumber of read-updates, read no updates, and browsesREADNUpdt25527MNSFCS_MFCRGETNumber of files read no updateREADUpdtGETU25527MNSFCS_MFCRGTUNumber of files read for updateREQTIME25527MNSFCS_MFCRTIM / MNSFCS_MFCRCNTAverage file request service time, in secondsUPDATE25527MNSFCS_MFCRUPDNumber of file updatesUSEUSAGERWREQUEST25527MNSFCS_MFCRCNTNumber of file requestsWRITE25527MNSFCS_MFCRUPD + MNSFCS_MFCRADD + MNSFCS_MFCRDELNumber of updates, adds, and deletes
- Example
- The following example uses CICS PERFORMANCE DATASET variables in a TAB report:
- TAB DATETIME JOBNAME, CICS PERFORMANCE DATASET ADD AND, CICS PERFORMANCE DATASET BROWSE AND, CICS PERFORMANCE DATASET DELETE END RUN