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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-23
Token Types
ZSPI-TYP-FNAME
ZSPI-TYP-FNAME specifies that a tokens value is a 24-byte internal-format file name.
A token of this type has an FNAME token data type and is based on the FNAME
structure.
ZSPI-TYP-FNAME32
ZSPI-TYP-FNAME32 specifies that a tokens value is a 32-byte internal file name. A
token of this type has an FNAME32 token data type and is based on the FNAME32
structure.
ZSPI-TYP-INT
ZSPI-TYP-INT specifies that a tokens value is a 16-bit signed integer. A token of this
type has an INT token data type and is based on the INT structure.
ZSPI-TYP-INT-PAIR
ZSPI-TYP-INT-PAIR specifies that a tokens value is a pair of 16-bit integers. A token
of this type has an INT token data type and is based on the INT-PAIR structure.
ZSPI-TYP-INT2
ZSPI-TYP-INT2 specifies that a tokens value is a 32-bit signed integer. A token of this
type has an INT2 token data type and is based on the INT2 structure.
token type ZSPI-TYP-FNAME value is ZSPI-TDT-FNAME
def is ZSPI-DDL-FNAME.
token type ZSPI-TYP-FNAME32 value is ZSPI-TDT-FNAME32
def is ZSPI-DDL-FNAME32.
token type ZSPI-TYP-INT value is ZSPI-TDT-INT
def is ZSPI-DDL-INT.
token type ZSPI-TYP-INT-PAIR value is ZSPI-TDT-INT
def is ZSPI-DDL-INT-PAIR.
token type ZSPI-TYP-INT2 value is ZSPI-TDT-INT2
def is ZSPI-DDL-INT2.