CICS Performance Db2 Variables
This section describes variable information for the CICS Performance Db2 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] DB2variable_nameEND RUN
- ID Options
- Use any CICS Performance Db2 variables with the following ID options:ID OptionDescriptionABCODEAbend codes for transactionsAPPLIDVTAM APPLIDs of CICS regions of the CICS systemDB2PROGDb2 requesting programsDB2STYPEDb2 statement typesDB2PSNUMDb2 precompiler statement numbersENDTIMETransaction end timeJOBNAMECICS 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 Db2 variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionREQUEST25527MNSDB2_RequestsNumber of Db2 requestsREQTime25527MNSDB2_Time / MNSDB2_RequestsAverage Db2 request time, in secondsMAXREQTime25527MNSDB2_Time_MaxMaximum Db2 request time, in seconds
- Example
- The following example uses CICS PERFORMANCE Db2 variables in a TAB report:
- TAB DATETIME JOBNAME, CICS PERFORMANCE DB2 REQUEST AND, CICS PERFORMANCE DB2 REQTIME AND, CICS PERFORMANCE DB2 MAXREQTIME END RUN