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] TEMPSTOR
variable_name
END RUN
ID Options
Use any CICS PERFORMANCE TEMPSTOR 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
TSTGID
Temporary storage IDs for temporary storage data
USERID
User IDs
VTAMLU
VTAM logical unit names of terminals
Variables
The following table provides a list of available variables for the CICS PERFORMANCE TEMPSTOR variable class:
Variable Name
SMF Type
SMF Subtype
SMF Field
Description
BGET
255
27
MNSTSS_MTSIBYT / MNSTSS_MTSIN
Average number of temporary storage bytes per GET
BREQ
255
27
(MNSTSS_MTSIBYT + MNSTSS_MTSOBYT) / (MNSTSS_MTSIN + MNSTSS_MTSOUT)
Average number of temporary storage bytes per request
READ
255
27
MNSTSS_MTSIN
Number of GET requests for temporary storage
GETMAXRESPonse
255
27
MNSTSS_MTSITIMH
Maximum temporary storage GET response time
GETMAXSIZE
255
27
MNSTSS_MTSOBYTH
Maximum temporary storage GET request size, in bytes
GETRESPonse
255
27
MNSTSS_MTSITIM / MNSTSS_MTSIN
Average temporary storage GET response time per request
MAXRESP
255
27
If MNSTSS_MTSITIMH > MNSTSS_MTSOTIMH, then MNSTSS_MTSITIMH, else MNSTSS_MTSOTIMH
Maximum temporary storage request time, in seconds
PUTMAXRESPonse
255
27
MNSTSS_MTSOTIMH
Maximum temporary storage PUT response time
PUT
255
27
MNSTSS_MTSOUT
Number of temporary storage PUT requests
REQUEST
255
27
MNSTSS_MTSIN + MNSTSS_MTSOUT
Number of temporary storage requests
RESPONSE
255
27
(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