CICS Performance DLI Variables
This section describes variable information for the CICS PERFORMANCE DLI variable class.
cspm16
While the information in this topic remains supported, it has been deprecated in favor of newer variable definitions.
Syntax:
The following 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] DLIvariable_nameEND RUN
- ID Options
- Use any CICS PERFORMANCE DLI variables with the following ID options:ID OptionDescriptionABCODEAbend codes for transactionsAPPLIDVTAM APPLIDs of CICS regions of the CICS systemENDTIMETransaction end timeFILEIDFile nameJOBNAMECICS jobnameSTARTTIMETransaction 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 DLI variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionDELETE25527MNSDLS_MDLRDLETNumber of DL/I delete requestsGETNEXTGN25527MNSDLS_MDLRGNNumber of DL/I GET next requestsGETUNIQUEGU25527MNSDLS_MDLRGUNumber of DL/I GET unique requestsGHN25527MNSDLS_MDLRGHNNumber of DL/I GET hold next requestsGHNP25527MNSDLS_MDLRGHNPNumber of DL/I GET hold next within parent requestsGHU25527MNSDLS_MDLRGHUNumber of DL/I GET hold unique requestsGNP25527MNSDLS_MDLRGNPNumber of DL/I GET next within parent requestsINSERT25527MNSDLS_MDLRISRTNumber of DL/I insert requestsREAD25527MNSDLS_MDLRGN + MNSDLS_MDLRGNP + MNSDLS_MDLRGU + MNSDLS_MDLRGHU + MNSDLS_MDLRGHN + MNSDLS_MDLRGHNPNumber of DL/I read requests, including GETNEXT, GNP, GU, GHU, GHN, and GHNPREPLACE25527MNSDLS_MDLRREPLNumber of DL/I replace requestsSERVTIME25527MNSDLS_MDLRTIM / MNSDLS_MDLRCNTAverage DL/I request time, in secondsUSEUSAGEREQUESTIO25527MNSDLS_MDLRCNTNumber of DL/I file requestsWRITE25527MNSDLS_MDLRREPL + MNSDLS_MDLRDLET + MNSDLS_MDLRISRTNumber of DL/I write requests, including replaces, deletes, and inserts
- Example
- The following example uses CICS PERFORMANCE DLI variables in a TAB report:
- TAB DATETIME JOBNAME, CICS PERFORMANCE DLI USE AND, CICS PERFORMANCE DLI READ AND, CICS PERFORMANCE DLI WRITE AND, CICS PERFORMANCE DLI SERVTIME END RUN