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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-25
Token Types
event message to mark this token as the subject token. A token of this type has a
MARK token data type and no value.
ZSPI-TYP-PARM-ERR
ZSPI-TYP-PARM-ERR specifies that a tokens value is a structure returned by a
subsystem in an error list when a parameter error occurs in a command to the
subsystem or in an SPI procedure call made by the subsystem. Its value includes
information to identify the parameter in error. A token of this type has a STRUCT token
data type and is based on the PARM-ERR structure.
ZSPI-TYP-PHANDLE
ZSPI-TYP-PHANDLE specifies that a tokens value is a process handle for D-series
RVUs. A token of this type is based on the PHANDLE structure.
ZSPI-TYP-POSITION
ZSPI-TYP-POSITION specifies that a tokens value is a 64-bit position descriptor
representing a position in a buffer. A token of this type has an SSCTL token data type
and is based on the INT4 structure.
ZSPI-TYP-RESPONSE-TYPE
ZSPI-TYP-RESPONSE-TYPE specifies that a tokens value is based on the
RESPONSE-TYPE-ENUM enumeration structure. Subsystems must not use this token
type.
token type ZSPI-TYP-PARM-ERR value is ZSPI-TDT-STRUCT
def is ZSPI-DDL-PARM-ERR.
token type ZSPI-TYP-PHANDLE value is ZSPI-TDT-PHANDLE
def is ZSPI-DDL-PHANDLE.
token type ZSPI-TYP-POSITION value is ZSPI-TDT-SSCTL
def is ZSPI-DDL-INT4.
token type ZSPI-TYP-RESPONSE-TYPE value is ZSPI-TDT-ENUM
def is ZSPI-DDL-RESPONSE-TYPE-ENM.