SPI Programming Manual (G06.24+, H06.03+, J06.03+)

ZSPI Data Definitions
SPI Programming Manual427506-006
4-42
Token Codes
ZSPI-TKN-RESPONSE-TYPE
ZSPI-TKN-RESPONSE-TYPE indicates what kinds of response records the subsystem
should return. Its token type is ZSPI-TYP-ENUM.
Its allowed values and their meanings are:
For more information, see Suppressing Response Records
on page 2-43.
ZSPI-TKN-RETCODE
ZSPI-TKN-RETCODE is the return-code token, returned in a response to indicate
whether a command was successful and why it failed if it did. This token is provided in
every response record returned by a NonStop Kernel subsystem. Its token type is
ZSPI-TYP-ENUM. Its value is one of the set of error numbers defined for the
subsystem to which the command was sent.
ZSPI-TKN-SEGLIST
A server uses this token to mark the beginning of a segment list in an SPI response
message. The end of the list is marked with ZSPI-TKN-ENDLIST.
token-code ZSPI-TKN-RESPONSE-TYPE
value ZSPI-TNM-RESPONSE-TYPE
token-type ZSPI-TYP-RESPONSE-TYPE
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Response_type".
ZSPI-VAL-ERR-AND-WARN Return only responses about objects for which an
error or warning occurred (responses that include
at least one error list, regardless of the value of
the return token).
ZSPI-VAL-ERR-WARN-AND-NORM Return a response about every object.
token-code ZSPI-TKN-RETCODE
value ZSPI-TNM-RETCODE
token-type ZSPI-TYP-ENUM
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Retcode".
token-code ZSPI-TKN-SEGLIST
value ZSPI-TNM-SEGLIST
token-type ZSPI-TYP-LIST
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Segment_list".