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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-24
Token Types
ZSPI-TYP-INT2-PAIR
ZSPI-TYP-INT2-PAIR specifies that a tokens value is a pair of 32-bit integers. A token
of this type has an INT2 token data type and is based on the INT2-PAIR structure.
ZSPI-TYP-INT4
ZSPI-TYP-INT4 specifies that a tokens value is a 64-bit fixed-point number. A token of
this type has an INT4 token data type and is based on the INT4 structure.
ZSPI-TYP-LASTERR
ZSPI-TYP-LASTERR is used to convey SPI error numbers.
ZSPI-TYP-LIST
ZSPI-TYP-LIST specifies that the token marks the start of a list. A token of this type
has a LIST token data type and no value.
ZSPI-TYP-MAP
ZSPI-TYP-MAP specifies that a tokens value is a token map. A token of this type has
a MAP and a variable length.
ZSPI-TYP-MARK
ZSPI-TYP-MARK specifies that the token is used as a mark or tag for the token that
follows it in the buffer. For instance, a token code with this token type appears in every
token type ZSPI-TYP-INT2-PAIR value is ZSPI-TDT-INT2
def is ZSPI-DDL-INT2-PAIR.
token type ZSPI-TYP-INT4 value is ZSPI-TDT-INT4
def is ZSPI-DDL-INT4.
token type ZSPI-TYP-LASTERR value is ZSPI-TDT-ENUM
def is ZSPI-DDL-ERR-ENUM.
token type ZSPI-TYP-LIST value is ZSPI-TDT-LIST
occurs 0 times.
token type ZSPI-TYP-MAP value is ZSPI-TDT-MAP
occurs varying.
token type ZSPI-TYP-MARK value is ZSPI-TDT-MARK
occurs 0 times.