SPI Common Extensions Manual

ZCMK Definitions
SPI Common Extensions Manual427508-001
B-28
ZCMK Maps
ZCMK-MAP-INFO
This map is returned in INFO responses to report the internal processing conditions of
a subsystem process.
ZCMK-MAP-INFO is based on ZCMK-DDL-INFO:
ZDEBUG-ON-ERR
reports the current value of the debugging flag that specifies how the process
responds if it detects an internal error. (For details, see the description of the
ZDEBUG-ON-ERROR field of ZCMK-MAP-ALTER.)
ZBKUP-DEBUG
reports the current setting of the debugging flag that specifies whether the backup
process starts in debug mode when next initiated. (For details, see the description
of the ZBKUP-DEBUG field of ZCMK-MAP-ALTER on page B-27.)
ZBKUP-CPU
reports the current backup CPU number. This value is in the range -1 through 15.
The backup does not need to be running (if it is not, this value specifies where the
backup runs when initiated).
ZBUF-SWAPVOL
specifies the name of the disk volume to which the data space (stack space) is
swapped. This value is assigned by the SWAP argument in the startup command
issued to a command interpreter when the program is initiated. If no SWAP
argument is given, the operating system assigns the swap volume to the same
volume on which the program runs. The backup process uses the same volume.
ZMEM-SWAPVOL
reports the name of the disk volume to which general memory (extended memory)
is swapped. This value is specified by the SWAPVOL startup parameter described
in Process Options and Startup Parameters on page B-4.
def ZCMK-DDL-INFO.
02 ZDEBUG-ON-ERR type ZSPI-DDL-BOOLEAN.
02 ZBKUP-DEBUG type ZSPI-DDL-BOOLEAN.
02 ZBKUP-CPU type ZSPI-DDL-INT.
02 ZBUF-SWAPVOL type ZSPI-DDL-DEVICE.
02 ZMEM-SWAPVOL type ZSPI-DDL-DEVICE.
end