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] EXCEPTIONvariable_nameEND RUN
- ID Options
- Use any CICS PERFORMANCE EXCEPTION variables with the following ID options:ID OptionDescriptionABCODEAbend codes for transactionsAPPLIDVTAM APPLIDs of CICS regions of the CICS systemENDTIMETransaction end timeJOBNAMECICS jobnameNETNAMEVTAM logical unit names for terminalsSTARTTIMETransaction start timeSYSIDMVS system IDTERMIDTerminal IDsTRANNUMTransaction numbersUSERIDUser IDsVTAMLUVTAM logical unit names of terminals
- Variables
- The following table provides a list of available variables for the CICS PERFORMANCE EXCEPTION variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionEXCMNEXN25527MNSEXS_MNEXNException numberEXCMNLUN25527MNSEXS_MNLUNLU nameEXCMNRID25527MNSEXS_MNRIDException resource IDEXCMNRTY25527MNSEXS_MNRTYException resource typeEXCMNSTA25527MNSEXS_MNSTAStart date and time of exceptionEXCMNSTO25527MNSEXS_MNSTOStop date and time of exceptionEXCMNTER25527MNSEXS_MNTERTerminal IDEXCMNTNO25527MNSEXS_MNTNOTransaction numberEXCMNTPR25527MNSEXS_MNTPRTransaction priorityEXCMNTRN25527MNSEXS_MNTRNTransaction IDEXCMNTST25527MNSEXS_MNTSTTransaction start typeEXCMNTYP25527MNSEXS_MNTYPException typeEXCMNUSR25527MNSEXS_MNUSRUser 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