CICS Performance Exception Variables

This section describes variable information for the CICS PERFORMANCE EXCEPTION variable class.
cspm16
While the information in this topic remains supported, it has been deprecated in favor of newer variable definitions.
Syntax:
This 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] EXCEPTION
variable_name
END RUN
ID Options
Use any CICS PERFORMANCE EXCEPTION 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
NETNAME
VTAM logical unit names for terminals
STARTTIME
Transaction start time
SYSID
MVS system ID
TERMID
Terminal 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 EXCEPTION variable class:
Variable Name
SMF Type
SMF Subtype
SMF Field
Description
EXCMNEXN
255
27
MNSEXS_MNEXN
Exception number
EXCMNLUN
255
27
MNSEXS_MNLUN
LU name
EXCMNRID
255
27
MNSEXS_MNRID
Exception resource ID
EXCMNRTY
255
27
MNSEXS_MNRTY
Exception resource type
EXCMNSTA
255
27
MNSEXS_MNSTA
Start date and time of exception
EXCMNSTO
255
27
MNSEXS_MNSTO
Stop date and time of exception
EXCMNTER
255
27
MNSEXS_MNTER
Terminal ID
EXCMNTNO
255
27
MNSEXS_MNTNO
Transaction number
EXCMNTPR
255
27
MNSEXS_MNTPR
Transaction priority
EXCMNTRN
255
27
MNSEXS_MNTRN
Transaction ID
EXCMNTST
255
27
MNSEXS_MNTST
Transaction start type
EXCMNTYP
255
27
MNSEXS_MNTYP
Exception type
EXCMNUSR
255
27
MNSEXS_MNUSR
User ID
Example:
The following example uses CICS PERFORMANCE EXCEPTION variables in a TAB report:
TAB DATETIME JOBNAME, CICS PERFORMANCE EXCEPTION EXCMNTRN AND, CICS PERFORMANCE EXCEPTION EXCMNTNO AND, CICS PERFORMANCE EXCEPTION EXCMNRID END RUN