CICS Performance Program Variables
This section describes variable information for the CICS PERFORMANCE PROGRAM 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] PROGRAMvariable_nameEND RUN
- ID Options
- Use any CICS PERFORMANCE PROGRAM variables with the following ID options:
- ID OptionDescriptionABCODEAbend codes for transactionsAPPLIDVTAM APPLIDs of CICS regions of the CICS systemENDTIMETransaction end timeJOBNAMECICS 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 PROGRAM variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionRESPTIME25527MNSPCS_MPCTIME / MNSPCS_MPCUSEAverage program response time, in secondsUSE25527MNSPCS_MPCUSENumber of programs used
- Example
- The following example uses CICS PERFORMANCE PROGRAM variables in a TAB report:
- TAB DATETIME PROGID, CICS PERFORMANCE PROGRAM USE AND, CICS PERFORMANCE PROGRAM RESPTIME END RUN