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] TERMINAL
variable_name
END RUN
ID Options
Use any CICS PERFORMANCE TERMINAL 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
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 TERMINAL variable class:
Variable Name
SMF Type
SMF Subtype
SMF Field
Description
INPUT
255
27
MNS_TCMSGIN1
Number of terminal input messages
INPUTSIZE
255
27
MNS_TCCHRIN1 / MNS_TCMSGIN1
Average input message size
INPUTSIZE-LU6.1
255
27
MNS_TCCHRIN2 / MNS_TCMSGIN2
Average LUTYPE6.1 input message size
INPUT-LU6.1
255
27
MNS_TCMSGIN2
Number of LUTYPE6.1 alternate terminal input messages
MESSAGE
255
27
MNS_TCMSGIN1 + MNS_TCMSGOU1
Number of messages
MROWAITTIME
255
27
MNS_IRIOWTT_Time / MNS_IRIOWTT_Count
Average MRO I/O wait time per transaction, in seconds
MSGSIZE
255
27
(MNS_TCCHRIN1 + MNS_TCCHROU1) / (MNS_TCMSGIN1 + MNS_TCMSGOU1)
Average message size in bytes
OUTPUT
255
27
MNS_TCMSGOU1
Number of terminal output messages
OUTPUTSIZE
255
27
MNS_TCCHROU1 / MNS_TCMSGOU1
Average output message size
OUTPUT-LU6.1
255
27
MNS_TCMSGOU2
Number of LUTYPE6.1 alternate terminal output messages
OUTPUTSIZE-LU6.1
255
27
MNS_TCCHROU2 / MNS_TCMSGOU2
Average LUTYPE6.1 output message size
RESPONSE
255
27
MNS_LIFETIME_Time / MNS_TCMSGOU1
Average terminal response time, in seconds
TCTTE-REQUEST
255
27
MNS_TCALLOCT
Number of TCTTE ALLOCATE requests for APPC, LUTYPE6.1 and IRC sessions
USE
USAGE
WRITE
255
27
MNS_TCMSGOU1
Number 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