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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-27
Token Types
ZSPI-TYP-TIMESTAMP
ZSPI-TYP-TIMESTAMP specifies that a tokens value is a 64-bit Julian timestamp. A
token of this type has a TIMESTAMP token data type and is based on the
TIMESTAMP structure.
ZSPI-TYP-TOKENCODE
ZSPI-TYP-TOKENCODE specifies that a tokens value is itself a token code. A token
of this type has a TOKENCODE token data type and is based on the TOKENCODE
structure.
ZSPI-TYP-TRANSID
ZSPI-TYP-TRANSID specifies that a tokens value is a 64-bit internal-format
transaction ID for TMF. A token of this type has a TRANSID token data type and is
based on the TRANSID structure.
ZSPI-TYP-UINT
ZSPI-TYP-UINT specifies that a tokens value is a 16-bit unsigned integer. A token of
this type has a UINT token data type and is based on the UINT structure.
ZSPI-TYP-USERID
ZSPI-TYP-USERID specifies that a tokens value is a 2-byte user ID for the NonStop
server. A token of this type has a BYTE token data type and is based on the BYTE-
PAIR structure.
token type ZSPI-TYP-TIMESTAMP value is ZSPI-TDT-TIMESTAMP
def is ZSPI-DDL-TIMESTAMP.
token type ZSPI-TYP-TOKENCODE value is ZSPI-TDT-TOKENCODE
def is ZSPI-DDL-TOKENCODE.
token type ZSPI-TYP-TRANSID value is ZSPI-TDT-TRANSID
def is ZSPI-DDL-TRANSID.
token type ZSPI-TYP-UINT value is ZSPI-TDT-UINT
def is ZSPI-DDL-UINT.
token type ZSPI-TYP-USERID value is ZSPI-TDT-BYTE
def is ZSPI-DDL-BYTE-PAIR.