CICS Performance TEMPSTOR Variables
This section describes variable information for the CICS PERFORMANCE TEMPSTOR variable class.
cspm16
While the information in this topic remains 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] TEMPSTORvariable_nameEND RUN
- ID Options
- Use any CICS PERFORMANCE TEMPSTOR 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 numbersTSTGIDTemporary storage IDs for temporary storage dataUSERIDUser IDsVTAMLUVTAM logical unit names of terminals
- Variables
- The following table provides a list of available variables for the CICS PERFORMANCE TEMPSTOR variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionBGET25527MNSTSS_MTSIBYT / MNSTSS_MTSINAverage number of temporary storage bytes per GETBREQ25527(MNSTSS_MTSIBYT + MNSTSS_MTSOBYT) / (MNSTSS_MTSIN + MNSTSS_MTSOUT)Average number of temporary storage bytes per requestREAD25527MNSTSS_MTSINNumber of GET requests for temporary storageGETMAXRESPonse25527MNSTSS_MTSITIMHMaximum temporary storage GET response timeGETMAXSIZE25527MNSTSS_MTSOBYTHMaximum temporary storage GET request size, in bytesGETRESPonse25527MNSTSS_MTSITIM / MNSTSS_MTSINAverage temporary storage GET response time per requestMAXRESP25527If MNSTSS_MTSITIMH > MNSTSS_MTSOTIMH, then MNSTSS_MTSITIMH, else MNSTSS_MTSOTIMHMaximum temporary storage request time, in secondsPUTMAXRESPonse25527MNSTSS_MTSOTIMHMaximum temporary storage PUT response timePUT25527MNSTSS_MTSOUTNumber of temporary storage PUT requestsREQUEST25527MNSTSS_MTSIN + MNSTSS_MTSOUTNumber of temporary storage requestsRESPONSE25527(MNSTSS_MTSITIM + MNSTSS_MTSOTIM) / (MNSTSS_MTSIN + MNSTSS_MTSOUT)Average temporary storage request time, in seconds, per request
- Example
- The following example uses CICS PERFORMANCE TEMPSTOR variables in a TAB report:
- TAB DATETIME JOBNAME, CICS PERFORMANCE TEMPSTOR REQUEST AND, CICS PERFORMANCE TEMPSTOR READ AND, CICS PERFORMANCE TEMPSTOR PUT AND, CICS PERFORMANCE TEMPSTOR RESPONSE END RUN