CICS Performance Terminal Variables
This section describes variable information for the CICS PERFORMANCE TERMINAL variable class.
cspm16
While the information in this topic continues to be 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] TERMINALvariable_nameEND RUN
- ID Options
- Use any CICS PERFORMANCE TERMINAL variables with the following ID options:ID OptionDescriptionABCODEAbend codes for transactionsAPPLIDVTAM APPLIDs of CICS regions of the CICS systemENDTIMETransaction 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 TERMINAL variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionINPUT25527MNS_TCMSGIN1Number of terminal input messagesINPUTSIZE25527MNS_TCCHRIN1 / MNS_TCMSGIN1Average input message sizeINPUTSIZE-LU6.125527MNS_TCCHRIN2 / MNS_TCMSGIN2Average LUTYPE6.1 input message sizeINPUT-LU6.125527MNS_TCMSGIN2Number of LUTYPE6.1 alternate terminal input messagesMESSAGE25527MNS_TCMSGIN1 + MNS_TCMSGOU1Number of messagesMROWAITTIME25527MNS_IRIOWTT_Time / MNS_IRIOWTT_CountAverage MRO I/O wait time per transaction, in secondsMSGSIZE25527(MNS_TCCHRIN1 + MNS_TCCHROU1) / (MNS_TCMSGIN1 + MNS_TCMSGOU1)Average message size in bytesOUTPUT25527MNS_TCMSGOU1Number of terminal output messagesOUTPUTSIZE25527MNS_TCCHROU1 / MNS_TCMSGOU1Average output message sizeOUTPUT-LU6.125527MNS_TCMSGOU2Number of LUTYPE6.1 alternate terminal output messagesOUTPUTSIZE-LU6.125527MNS_TCCHROU2 / MNS_TCMSGOU2Average LUTYPE6.1 output message sizeRESPONSE25527MNS_LIFETIME_Time / MNS_TCMSGOU1Average terminal response time, in secondsTCTTE-REQUEST25527MNS_TCALLOCTNumber of TCTTE ALLOCATE requests for APPC, LUTYPE6.1 and IRC sessionsUSEUSAGEWRITE25527MNS_TCMSGOU1Number of writes to terminal
- Example
- The following example uses CICS PERFORMANCE TERMINAL variables in a TAB report:
- TAB DATETIME TERMID, CICS PERFORMANCE TERMINAL INPUT AND, CICS PERFORMANCE TERMINAL OUTPUT AND, CICS PERFORMANCE TERMINAL RESPONSE END RUN