SPI Common Extensions Manual
ZCOM Data Definitions
SPI Common Extensions Manual—427508-001
4-19
ZCOM Maps
ZCOM Maps
ZCOM-MAP-description is a definition for an extensible structured token.
ZCOM-MAP-AGGR-STATE-CNT
AGGREGATE responses include this structured token to convey the requested object
type, state, and count information.
ZCOM-MAP-AGGR-STATE-CNT is based on ZCOM-DDL-AGGR-STATE-CNT:
ZOBJTYPE
specifies the object type (ZCOM-OBJ-type) described by the statistics in the
remainder of the structure.
ZSTATE-CNT
contains counts of objects by summary state. It can appear as many as 20 times
and contains these fields:
ZOBJSTATE
specifies the summary state (ZCOM-VAL-SUMSTATE-state) represented by
the count contained in ZOBJCNT.
ZOBJCNT
specifies the number of objects of type ZOBJTYPE that are reporting the
summary state ZOBJSTATE.
ZCOM-MAP-REQID
SCP adds this structure to a request before forwarding it to an unconverted subsystem
manager. It contains the identity of the originating requester. See Requester
Identification on page 3-4.
ZCOM-MAP-REQID is based on ZCOM-DDL-REQID:
def ZCOM-DDL-AGGR-STATE-CNT.
02 ZOBJTYPE type ZSPI-DDL-ENUM.
02 ZSTATE-CNT occurs 20 times
03 ZOBJSTATE type ZSPI-DDL-ENUM.
03 ZOBJCNT type ZSPI-DDL-INT2.
end.
def ZCOM-DDL-REQID.
02 ZCRTPID type ZSPI-DDL-CRTPID.
02 ZPAID type ZSPI-DDL-INT.
end.