SPI Common Extensions Manual
ZCOM Data Definitions
SPI Common Extensions Manual—427508-001
4-3
ZCOM Tokens
ZCOM-DDL-MSG-BUFFER
This definition provides a structure for a command message. The structure is used in
COBOL programs. The buffer length, Z-BUFLEN, is ZCOM-VAL-BUF-LEN, which is
adequate for communicating with an SCP process. The message code, Z-MSGCODE,
is ZSPI-VAL-MSGCODE (-28).
ZCOM Tokens
ZCOM-TKN-description is a definition for a simple token.
ZCOM-TKN-CMD-POWER
This token can be included in a DELETE, STOP, or SUSPEND command to indicate
how abruptly the command should be completed. Valid values are:
These are general interpretations. For clarification, see DELETE on page 5-28, STOP
on page 5-71, and SUSPEND on page 5-73. Precise meanings are defined only within
the context of an individual subsystem that supports command power. See the
management programming manual for that subsystem.
def ZCOM-DDL-MSG-BUFFER.
02 Z-MSGCODE type ZSPI-DDL-INT.
02 Z-BUFLEN type ZSPI-DDL-UINT.
02 Z-OCCURS type ZSPI-DDL-UINT.
02 Z-FILLER type ZSPI-DDL-BYTE
occurs 0 to ZCOM-VAL-BUF-LEN times
depending on Z-OCCURS.
end
token-code ZCOM-TKN-CMD-POWER
value ZCOM-TNM-CMD-POWER
token-type ZSPI-TYP-ENUM
ssid "TANDEM.21.0"
heading "Command-power".
ZCOM-VAL-POWER-NORMAL Complete the command as if the CMD-POWER token
were not present in the request.
ZCOM-VAL-POWER-ORDERLY Complete the command only after all outstanding matters
and possible repercussions are resolved in an orderly
manner.
ZCOM-VAL-POWER-FORCED Complete the command as soon as possible by any
reasonable means.
ZCOM-VAL-POWER-MAX Execute the requested action immediately by any means
and without consideration of possible repercussions.