CICS Performance Transient Variables
This section describes variable information for the CICS PERFORMANCE TRANSIENT 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] TRANSIENTvariable_nameEND RUN
- ID Options
- Use any CICS PERFORMANCE TRANSIENT variables with the following ID options:ID OptionDescriptionABCODEAbend codes for transactionsAPPLIDVTAM APPLIDs of CICS regions of the CICS systemDCTIDTransient Data Queue nameENDTIMETransaction 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 TRANSIENT variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionINPUTREAD25527MNSTDS_MTDINNumber of reads of transient data setsINPUTMAXRESPonse25527MNSTDS_MTDITIMHMaximum transient data input response time, in secondsINPUTMAXSIZE25527MNSTDS_MTDIBYTHMaximum transient data input request size, in bytesINPUTRESPonse25527MNSTDS_MTDITIM / MNSTDS_MTDINAverage transient data input request size, in secondsINPUTSIZE25527MNSTDS_MTDIBYT / MNSTDS_MTDINAverage transient data input request size, in bytesOUTPUTWRITE25527MNSTDS_MTDOUTNumber of writes to transient data setsOUTPUTMAXRESPonse25527MNSTDS_MTDOTIMHMaximum transient data output response time, in secondsOUTPUTMAXSIZE25527MNSTDS_MTDOBYTHMaximum transient data output request size, in bytesOUTPUTRESPonse25527MNSTDS_MTDOTIM / MNSTDS_MTDOUTMaximum transient data output response time per request, in secondsOUTPUTSIZE25527MNSTDS_MTDOBYT / MNSTDS_MTDOUTAverage transient data output request size, in bytesREQuests25527MNSTDS_MTDIN + MNSTDS_MTDOUTNumber of I/Os to transient data sets
- Example
- The following example uses CICS TRANSIENT variables in a TAB report:
- TAB DATETIME JOBNAME, CICS TRANSIENT REQUEST END RUN