Subsystem Control Point (SCP) Management Programming Manual
Common Definitions
Subsystem Control Point (SCP) Management Programming Manual—520619-001
4-23
ZSCP Maps
ZSCP-MAP-XSTATUS-PROC is based on ZSCP-DDL-XSTATUS-PROC, which is 
defined as:
ZSUMSTATE
contains the summary state of the SCP process.
ZPRIM-CPU
contains the primary CPU number of the SCP process.
ZPRIM-PIN
contains the primary PIN of the SCP process.
ZBKUP-CPU
contains the backup CPU number of the SCP process.
ZBKUP-PIN
contains the backup PIN of the SCP process.
ZMEM-USED
contains the number of bytes used in the memory pool.
ZMEM-FREE
contains the number of available bytes in the memory pool.
ZACB-CNT
contains the number of communications management applications that currently are 
openers of the SCP process.
ZSCB-CNT
contains the number of subsystem (server) processes that this SCP process currently 
has open.
def ZSCP-DDL-XSTATUS-PROC.
 02 ZSUMSTATE type ZSPI-DDL-ENUM.
 02 ZPRIM-CPU type ZSPI-DDL-UINT.
 02 ZPRIM-PIN type ZSPI-DDL-UINT.
 02 ZBKUP-CPU type ZSPI-DDL-UINT.
 02 ZBKUP-PIN type ZSPI-DDL-UINT.
 02 ZMEM-USED type ZSPI-DDL-INT2.
 02 ZMEM-FREE type ZSPI-DDL-INT2.
 02 ZACB-CNT type ZSPI-DDL-INT.
 02 ZSCB-CNT type ZSPI-DDL-INT.
 02 ZRCB-CNT type ZSPI-DDL-INT.
 02 ZRCB-TOTAL-CNT type ZSPI-DDL-INT2.
end.










