GDSX Management Programming Manual

Commands and Responses
GDSX Management Programming Manual529930-001
5-4
Command Descriptions
command buffer, and another list specifying tokens that can be present in the response
buffer.
With the exception of the tokens ZSPI-TKN-DATALIST and ZSPI-TKN-ENDLIST, the
order of the tokens as they appear in the command and response buffers, is not
necessarily the same as the order in which they appear in a command or response.
The token ZSPI-TKN-DATALIST, if present in a response, always occurs at the
beginning of a response record. The token ZSPI-TKN-ENDLIST always occurs at the
end of a list started by either of the tokens ZSPI-TKN-DATALIST or ZSPI-TKN-
ERRLIST.
The list of tokens in the response buffer, except for the context token ZSPI-TKN-
CONTEXT, represents the tokens that can be present in one response record of a
response that consists of multiple response records. For more information on such
responses, and for information on the context token, refer to the SPI Programming
Manual.
The notation used in the box for simple tokens is a shorthand version of the essential
information given in the DDL TOKEN-CODE statement. Extensible structured tokens
are defined by DDL definition statements.
For each token or field of an extensible structured token that is present in the
command buffer, the box indicates whether the token or field is mandatory in the
command.
Data lists and error lists are indicated in the box by following each of the tokens ZSPI-
TKN-DATALIST and ZSPI-TKN-ERRLIST, respectively, by an ellipsis (...) and the
token ZSPI-TKN-ENDLIST. The token ZSPI-TKN-ENDLIST is indented to show that it
is present only if the list token is present. For more information on data lists and error
lists, refer to the SPI Programming Manual. Following the box, the tokens in the
command buffer and the tokens in the response buffer are described in the same order
as they appear in the box.
Notation Signifies
For Tokens !r Token is mandatory in the command
!o Token is optional in the command
For Fields !r Field should have a value other than null
!o Field may contain null or any other value