SPI Common Extensions Manual
ZCMK Definitions
SPI Common Extensions Manual—427508-001
B-34
ZCMK Maps
ZCMK-MAP-STATS-RECV is based on ZCMK-DDL-INT-STATS:
ZCONFIG
reports the configured or designed upper limit of the variable. If no upper limit has
been established, a value of 32767 is returned.
ZCURR
reports the current value of the variable.
ZMAX
reports the largest value for the variable since the most recent of:
•
The statistics counters were reset by the RESETSTATS command.
•
The process was initiated.
•
A backup takeover occurred.
ZRESET-TIME
records when the most recent of the listed events occurred. When this structure is
returned in a RESETSTATS response, ZRESET-TIME indicates when the most
recent reset occurred.
ZSAMPLE-TIME
records when the statistic was sampled.
def ZCMK-DDL-INT-STATS.
02 ZCONFIG type ZSPI-DDL-INT.
02 ZCURR type ZSPI-DDL-INT.
02 ZMAX type ZSPI-DDL-INT.
02 ZRESET-TIME type ZSPI-DDL-TIMESTAMP.
02 ZSAMPLE-TIME type ZSPI-DDL-TIMESTAMP.
end.