NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-5
Information About SPI Standard Definitions Specific
to the NetBatch Subsystem
ZSPI-TKN-RETCODE
is the return token that the NetBatch subsystem returns in a response message. If
the token contains a value other than zero, an error occurred. In this circumstance,
the message also contains an error list describing the error.
ZSPI-TKN-SERVER-BANNER
contains the server-banner string for the NetBatch subsystem and is returned only
for the GETVERSION command. An example of the NetBatch server-banner string
is:
NETBATCH SERVER - T9190D30 - (31OCT94-D30)
ZSPI-TKN-SERVER-VERSION
specifies the server version of the NetBatch subsystem.
ZSPI-TKN-SSID
contains ZBAT-VAL-SSID, the subsystem ID of the NetBatch subsystem. ZBAT-
VAL-SSID has the structure:
Definition ZBAT-VAL-SSID Tacl SSID.
02 Z-FILL Type Character 8
VALUE ZSPI-VAL-TANDEM.
02 Z-OWNER Redefines Z-FILL
Type ZSPI-DDL-CHAR8.
02 Z-NUMBER Type ZSPI-DDL-INT
VALUE ZSPI-SSN-ZBAT.
02 Z-VERSION Type ZSPI-DDL-UINT
VALUE ZBAT-VAL-VERSION.
End