Subsystem Control Point (SCP) Management Programming Manual

Common Definitions
Subsystem Control Point (SCP) Management Programming Manual520619-001
4-21
ZSCP Maps
ZSCP-MAP-XLISTDEV-PROC is based on ZSCP-DDL-XLISTDEV-PROC, which is
defined as:
ZLDEV
contains the logical device number.
ZDEVNAME
contains the logical device name.
ZDEV-ADDR
contains the full device address.
ZPRIM-CPU
contains the primary CPU number of the I/O process controlling the device.
ZPRIM-PIN
contains the primary PIN of the I/O process controlling the device.
ZBKUP-CPU
contains the backup CPU number of the I/O process controlling the device.
ZBKUP-PIN
contains the backup PIN of the I/O process controlling the device.
ZDEVTYPE
contains the device type and subtype.
ZREC-SIZE
contains the device record size.
def ZSCP-DDL-XLISTDEV-PROC.
02 ZLDEV type ZSPI-DDL-INT.
02 ZDEVNAME type ZSPI-DDL-DEVNAME.
02 ZDEV-ADDR type ZSPI-DDL-EXIOADDR.
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 ZDEVTYPE type ZSPI-DDL-INT-PAIR.
02 ZREC-SIZE type ZSPI-DDL-INT.
02 ZPRI type ZSPI-DDL-INT.
end.