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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-20
Token Types
ZSPI-TYP-CHAR6
ZSPI-TYP-CHAR6 specifies that a tokens value consists of six ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR6 structure.
ZSPI-TYP-CHAR7
ZSPI-TYP-CHAR7 specifies that a tokens value consists of seven ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR7 structure.
ZSPI-TYP-CHAR8
ZSPI-TYP-CHAR8 specifies that a tokens value consists of eight ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR8 structure.
ZSPI-TYP-CHAR16
ZSPI-TYP-CHAR16 specifies that a tokens value consists of 16 ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR16 structure.
ZSPI-TYP-CHAR24
ZSPI-TYP-CHAR24 specifies that a tokens value consists of 24 ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR24 structure.
token type ZSPI-TYP-CHAR6 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR6.
token type ZSPI-TYP-CHAR7 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR7.
token type ZSPI-TYP-CHAR8 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR8.
token type ZSPI-TYP-CHAR16 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR16.
token type ZSPI-TYP-CHAR24 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR24.