SPI Reference Summary
SPI Standard Definitions
SPI Reference Summary—427507-006
1-9
Token Types and Related Structures
Token Types and Related Structures
ZSPI-TDT-SSID 6-word SPI subsystem identifier
ZSPI-TDT-STRUCT Subsystem-defined data structure
ZSPI-TDT-SUBVOL First two parts (16 bytes) of internal-format file name
ZSPI-TDT-TIMESTAMP 64-bit microsecond-resolution Julian timestamp or elapsed time
(except C)
ZSPI-TDT-TOKENCODE 32-bit value used for SSGET, SSPUT, and EMSGET
operations where the token-value parameter is itself a token
code
ZSPI-TDT-TRANSID 64-bit TMF internal-format transaction ID (except C)
ZSPI-TDT-UINT 16-bit unsigned integer, range 0 through 65535
ZSPI-TDT-UNDEF Unknown or undefined data type; reserved by HP
ZSPI-TDT-USERNAME 16-byte internal-format user name
Token Type
(ZSPI-TYP-)
Token Data Type
(ZSPI-TDT-) Related DDL Declaration (page 1 of 6)
BOOLEAN BOOLEAN
def ZSPI-DDL-BOOLEAN
type logical spi-null " ".
BYTE BYTE
def ZSPI-DDL-BYTE
type binary 8 unsigned
spi-null 0.
BYTE-PAIR BYTE
def ZSPI-DDL-BYTE-PAIR.
02 Z-BYTE type ZSPI-DDL-BYTE
occurs 2 times.
end
BYTESTRING BYTE
occurs varying.
CHAR CHAR
def ZSPI-DDL-CHAR pic x
spi-null " ".
CHAR-PAIR CHAR
def ZSPI-DDL-CHAR-PAIR.
02 Z-C pic x(2) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16.
02 Z-B redefines Z-C
pic x occurs 2 times.
end
CHAR3 CHAR
def ZSPI-DDL-CHAR3.
02 Z-C pic x(3) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16.
03 FILLER pic x.
02 Z-B redefines Z-C
pic x occurs 3 times.
end
Token Data Type Description