Subsystem Control Point (SCP) Management Programming Manual

Common Definitions
Subsystem Control Point (SCP) Management Programming Manual520619-001
4-22
ZSCP Maps
ZPRI
contains the execution priority of the logical device.
ZSCP-MAP-XLISTOPENS-PROC
SCP processes return this structure in LISTOPENS responses to identify processes that
have the SCP process open.
ZSCP-MAP-XLISTOPENS-PROC is based on ZSCP-DDL-XLISTOPENS-PROC:
ZPRIM-CPU
contains the CPU number of the opener’s primary process.
ZPRIM-PIN
contains the process ID number of the opener’s primary process.
ZBKUP-CPU
contains the CPU number of the opener’s backup process.
ZBKUP-PIN
contains the process ID number of the opener’s backup process.
ZSCP-MAP-XSTATUS-PROC
SCP processes include a structure of this form in STATUS command responses to
describe the status of the process.
def ZSCP-DDL-XLISTOPENS-PROC.
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.
end.