CICS Page Variables

This section describes variable information for the CICS INTERVAL PAGE variable class.
cspm16
This section describes variable information for the CICS INTERVAL PAGE variable class.
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 [INTERVAL] PAGE
variable_name
END RUN
ID Options
Use any CICS INTERVAL PAGE variables with the following ID Options:
ID Option
Description
CICSREL
CICS release level in the format
v.r.m.
Where
v
is the version,
r
is the release, and
m
is the maintenance level
ENDTIME
Interval end time
JOBNAME
CICS jobname
STARTTIME
Interval start time
JOBNAME
MVS system ID
Variables
The following table provides a list of available variables for the CICS INTERVAL PAGE variable class:
Variable Name
SMF Type
SMF Subtype
SMF Field
Description
CACHE-MISS
255
28
CSID_MVS_CacheMiss
Number of cache read page misses
IN
255
28
CSID_MVS_CommonIn + CSID_MVS_HyperIn + CSID_MVS_LPAIn + CSID_MVS_NonVAMIn + CSID_MVS_SwapIn + CSID_MVS_VAMIn
Number of page-ins
IN-COMMON
255
28
CSID_MVS_CommonIn
Number of common page-ins
IN-HYPERSPACE
255
28
CSID_MVS_HyperIn
Number of hyperspace page-ins
IN-LPA
255
28
CSID_MVS_LPAIn
Number of LPA page-ins
IN-NONVAM
255
28
CSID_MVS_NonVAMIn
Number of non-VAM page-ins
IN-SWAP
255
28
CSID_MVS_SwapIn
Number of pages swapped in
IN-VAM
255
28
CSID_MVS_VAMIn
Number of VAM page-ins
OUT
255
28
CSID_MVS_HyperOut + CSID_MVS_NonVAMOut + CSID_MVS_SwapOut + CSID_MVS_VAMOut
Number of page-outs
OUT-HYPERSPACE
255
28
CSID_MVS_HyperOut
Number of hyperspace page-outs
OUT-NONVAM
255
28
CSID_MVS_NonVAMOut
Number of non-VAM page-outs
OUT-SWAP
255
28
CSID_MVS_SwapOut
Number of pages swapped out
OUT-VAM
255
28
CSID_MVS_VAMOut
Number of VAM page-outs
RECLAIM
255
28
CSID_MVS_VAMReclaim
Number of pages reclaimed
STEAL
255
28
CSID_MVS_PageStolen
Numbers of pages stolen
SWAP
255
28
CSID_MVS_SwapCnt
Number of swaps that occurred
Example
The following example uses CICS INTERVAL PAGE variables in a TAB report:
TAB DATETIME JOBNAME, CICS INTERVAL PAGE IN AND, CICS INTERVAL PAGE OUT AND, CICS INTERVAL PAGE STEAL END RUN