Subsystem Control Point (SCP) Management Programming Manual
Common Definitions
Subsystem Control Point (SCP) Management Programming Manual—520619-001
4-17
ZSCP Maps
ZAUTO-STOP
contains the AUTOSTOP startup parameter value specified when the SCP process 
was started. For a description of the AUTOSTOP parameter, see AUTOSTOP time [ 
HRS | MINS | SECS ] on page 2-5.
ZDEL-DELAY
contains the DELETEDELAY startup parameter value specified when the SCP 
process was started. For a description of the DELETEDELAY parameter, see 
DELETEDELAY time [ HRS | MINS | SECS ] on page 2-6.
ZSEG-PAGES
contains the SEGPAGES startup parameter value specified when the SCP process 
was started. For a description of the SEGPAGES parameter, see SEGPAGES pages 
on page 2-6.
ZPROG-FNAME
contains the name of the program object file from which the SCP process is derived.
ZSCP-MAP-LISTDEV-PROC
SCP processes include this structure in LISTDEV responses to report the values of basic 
device attributes.
ZSCP-MAP-LISTDEV-PROC is based on ZSCP-DDL-LISTDEV-PROC, which is 
defined as:
ZLDEV
contains the logical device number.
ZDEVNAME
contains the logical device name.
ZPRIM-PID
contains the primary cpu,pin of the I/O process controlling the device.
def ZSCP-DDL-LISTDEV-PROC.
 02 ZLDEV type ZSPI-DDL-INT.
 02 ZDEVNAME type ZSPI-DDL-DEVNAME.
 02 ZPRIM-PID type ZSPI-DDL-INT.
 02 ZBKUP-PID type ZSPI-DDL-INT.
 02 ZDEVTYPE type ZSPI-DDL-INT-PAIR.
 02 ZREC-SIZE type ZSPI-DDL-INT.
 02 ZPRI type ZSPI-DDL-INT.
 02 ZPROGNAME type ZSPI-DDL-FNAME32.
end.










