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] PAGEvariable_nameEND RUN
- ID Options
- Use any CICS INTERVAL PAGE variables with the following ID Options:ID OptionDescriptionCICSRELCICS release level in the formatv.r.m.Wherevis the version,ris the release, andmis the maintenance levelENDTIMEInterval end timeJOBNAMECICS jobnameSTARTTIMEInterval start timeJOBNAMEMVS system ID
- Variables
- The following table provides a list of available variables for the CICS INTERVAL PAGE variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionCACHE-MISS25528CSID_MVS_CacheMissNumber of cache read page missesIN25528CSID_MVS_CommonIn + CSID_MVS_HyperIn + CSID_MVS_LPAIn + CSID_MVS_NonVAMIn + CSID_MVS_SwapIn + CSID_MVS_VAMInNumber of page-insIN-COMMON25528CSID_MVS_CommonInNumber of common page-insIN-HYPERSPACE25528CSID_MVS_HyperInNumber of hyperspace page-insIN-LPA25528CSID_MVS_LPAInNumber of LPA page-insIN-NONVAM25528CSID_MVS_NonVAMInNumber of non-VAM page-insIN-SWAP25528CSID_MVS_SwapInNumber of pages swapped inIN-VAM25528CSID_MVS_VAMInNumber of VAM page-insOUT25528CSID_MVS_HyperOut + CSID_MVS_NonVAMOut + CSID_MVS_SwapOut + CSID_MVS_VAMOutNumber of page-outsOUT-HYPERSPACE25528CSID_MVS_HyperOutNumber of hyperspace page-outsOUT-NONVAM25528CSID_MVS_NonVAMOutNumber of non-VAM page-outsOUT-SWAP25528CSID_MVS_SwapOutNumber of pages swapped outOUT-VAM25528CSID_MVS_VAMOutNumber of VAM page-outsRECLAIM25528CSID_MVS_VAMReclaimNumber of pages reclaimedSTEAL25528CSID_MVS_PageStolenNumbers of pages stolenSWAP25528CSID_MVS_SwapCntNumber 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