SPI Reference Summary
SPI Standard Definitions
SPI Reference Summary—427507-006
1-10
Token Types and Related Structures
CHAR4 CHAR
def ZSPI-DDL-CHAR4.
02 Z-C pic x(4) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16
occurs 2 times.
02 Z-B redefines Z-C
pic x occurs 4 times.
end
CHAR5 CHAR
def ZSPI-DDL-CHAR5.
02 Z-C pic x(5) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16
occurs 2 times.
03 FILLER pic x.
02 Z-B redefines Z-C
pic x occurs 5 times.
end
CHAR6 CHAR
def ZSPI-DDL-CHAR6.
02 Z-C pic x(6) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16
occurs 3 times.
02 Z-B redefines Z-C pic x
occurs 6 times.
end
CHAR7 CHAR
def ZSPI-DDL-CHAR7.
02 Z-C pic x(7) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16
occurs 3 times.
03 FILLER pic x.
02 Z-B redefines Z-C
pic x occurs 7 times.
end
CHAR8 CHAR
def ZSPI-DDL-CHAR8.
02 Z-C pic x(8) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16
occurs 4 times.
02 Z-B redefines Z-C pic x
occurs 8 times.
end
CHAR16 CHAR
def ZSPI-DDL-CHAR16.
02 Z-C pic x(16) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16
occurs 8 times.
02 Z-B redefines Z-C pic x
occurs 16 times.
end
CHAR24 CHAR
def ZSPI-DDL-CHAR24.
02 Z-C pic x(24) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16
occurs 12 times.
02 Z-B redefines Z-C pic x
occurs 24 times.
end
Token Type
(ZSPI-TYP-)
Token Data Type
(ZSPI-TDT-) Related DDL Declaration (page 2 of 6)