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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-19
Token Types
ZSPI-TYP-CHAR
ZSPI-TYP-CHAR specifies that a tokens value consists of a single ASCII character. A
token of this type has a CHAR token data type and is based on the CHAR structure.
ZSPI-TYP-CHAR-PAIR
ZSPI-TYP-CHAR-PAIR specifies that a tokens value consists of two ASCII characters.
A token of this type has a CHAR token data type and is based on the CHAR-PAIR
structure.
ZSPI-TYP-CHAR3
ZSPI-TYP-CHAR3 specifies that a tokens value consists of three ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR3 structure.
ZSPI-TYP-CHAR4
ZSPI-TYP-CHAR4 specifies that a tokens value consists of four ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR4 structure.
ZSPI-TYP-CHAR5
ZSPI-TYP-CHAR5 specifies that a tokens value consists of five ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR5 structure.
token type ZSPI-TYP-CHAR value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR.
token type ZSPI-TYP-CHAR-PAIR value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR-
PAIR.
token type ZSPI-TYP-CHAR3 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR3.
token type ZSPI-TYP-CHAR4 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR4.
token type ZSPI-TYP-CHAR5 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR5.