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] DLI
variable_name
END RUN
ID Options
Use any CICS PERFORMANCE DLI variables with the following ID options:
ID Option
Description
ABCODE
Abend codes for transactions
APPLID
VTAM APPLIDs of CICS regions of the CICS system
ENDTIME
Transaction end time
FILEID
File name
JOBNAME
CICS jobname
STARTTIME
Transaction start time
SYSID
MVS system ID
TERMID
Terminal IDs
TRANID
Transaction IDs
TRANNUM
Transaction numbers
USERID
User IDs
VTAMLU
VTAM logical unit names of terminals
Variables
The following table provides a list of available variables for the CICS PERFORMANCE DLI variable class:
Variable Name
SMF Type
SMF Subtype
SMF Field
Description
DELETE
255
27
MNSDLS_MDLRDLET
Number of DL/I delete requests
GETNEXT
GN
255
27
MNSDLS_MDLRGN
Number of DL/I GET next requests
GETUNIQUE
GU
255
27
MNSDLS_MDLRGU
Number of DL/I GET unique requests
GHN
255
27
MNSDLS_MDLRGHN
Number of DL/I GET hold next requests
GHNP
255
27
MNSDLS_MDLRGHNP
Number of DL/I GET hold next within parent requests
GHU
255
27
MNSDLS_MDLRGHU
Number of DL/I GET hold unique requests
GNP
255
27
MNSDLS_MDLRGNP
Number of DL/I GET next within parent requests
INSERT
255
27
MNSDLS_MDLRISRT
Number of DL/I insert requests
READ
255
27
MNSDLS_MDLRGN + MNSDLS_MDLRGNP + MNSDLS_MDLRGU + MNSDLS_MDLRGHU + MNSDLS_MDLRGHN + MNSDLS_MDLRGHNP
Number of DL/I read requests, including GETNEXT, GNP, GU, GHU, GHN, and GHNP
REPLACE
255
27
MNSDLS_MDLRREPL
Number of DL/I replace requests
SERVTIME
255
27
MNSDLS_MDLRTIM / MNSDLS_MDLRCNT
Average DL/I request time, in seconds
USE
USAGE
REQUEST
IO
255
27
MNSDLS_MDLRCNT
Number of DL/I file requests
WRITE
255
27
MNSDLS_MDLRREPL + MNSDLS_MDLRDLET + MNSDLS_MDLRISRT
Number 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