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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-43
Token Codes
ZSPI-TKN-SEGMENTATION
A server uses this token to announce that it can generate segmented responsesby
returning the token with a value of TRUE in its GETVERSION response. A value of
FALSE (or the absence of the token from the GETVERSION response) indicates that
the server does not support segmented responses.
ZSPI-TKN-SERVER-BANNER
ZSPI-TKN-SERVER-BANNER is an ASCII character string, returned in the
GETVERSION response, that identifies the subsystem product name, product number,
release date, and sometimes additional information, in displayable form. The value of
ZSPI-TKN-SERVER-BANNER is intended only for display, not for programs to
examine. Its format might change in new releases, so programs should not extract
information from this token value.
ZSPI-TKN-SERVER-VERSION
ZSPI-TKN-SERVER-VERSION contains the version of the server, as set by the
subsystem when it prepares its response to a command. This value is set by the server
using SSPUT and can be retrieved using SSGET. For NonStop Kernel subsystems,
the representation of this version number is the same as that of the Z-VERSION field
of the subsystem ID.
token-code ZSPI-TKN-SEGMENTATION
value ZSPI-TNM-SEGMENTATION
token-type ZSPI-TYP-BOOLEAN
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Segmented_response_support".
token-code ZSPI-TKN-SERVER-BANNER
value ZSPI-TNM-SERVER-BANNER
token-type ZSPI-TYP-CHAR50
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Server_banner".
token-code ZSPI-TKN-SERVER-VERSION
value ZSPI-TNM-SERVER-VERSION
token-type ZSPI-TYP-VERSION
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Server_version".