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] PROGRAM
variable_name
END RUN
ID Options
Use any CICS PERFORMANCE PROGRAM 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
JOBNAME
CICS jobname
PROGID
Program names
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 PROGRAM variable class:
Variable Name
SMF Type
SMF Subtype
SMF Field
Description
RESPTIME
255
27
MNSPCS_MPCTIME / MNSPCS_MPCUSE
Average program response time, in seconds
USE
255
27
MNSPCS_MPCUSE
Number 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