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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-21
Token Types
ZSPI-TYP-CHAR40
ZSPI-TYP-CHAR40 specifies that a tokens value consists of 40 ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR40 structure.
ZSPI-TYP-CHAR50
ZSPI-TYP-CHAR50 specifies that a tokens value consists of 50 ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR50 structure.
ZSPI-TYP-CHAR64
ZSPI-TYP-CHAR64 specifies that a tokens value consists of 64 ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR64 structure.
ZSPI-TYP-CHAR128
ZSPI-TYP-CHAR128 specifies that a tokens value consists of 128 ASCII characters. A
token of this type has a CHAR token data type and is based on the CHAR128
structure.
ZSPI-TYP-CRTPID
ZSPI-TYP-CRTPID is the token type of an 8-byte internal-format process ID.
token type ZSPI-TYP-CHAR40 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR40.
token type ZSPI-TYP-CHAR50 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR50.
token type ZSPI-TYP-CHAR64 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR64.
token type ZSPI-TYP-CHAR128 value is ZSPI-TDT-CHAR
def is ZSPI-DDL-CHAR128.
token type ZSPI-TYP-CRTPID value is ZSPI-TDT-CRTPID
def is ZSPI-DDL-CRTPID.