Data Definition Language (DDL) Reference Manual (G06.24+)

DDL Data Translation
Data Definition Language (DDL) Reference Manual426798-002
C-5
TYPE COMPLEX PIC X(8)
TYPE LOGICAL [2] PIC X(2)
TYPE LOGICAL 4 PIC X(4)
TYPE ENUM NATIVE-2
TYPE CHARACTER 8
OCCURS 100 TIMES
PIC X(8)
Occurs 100 TIMES
TYPE BINARY 16
OCCURS 3 TIMES
NATIVE-2
Occurs 3 TIMES
* Groups bit fields that can fit in the same word and generates a filler in the word’s type.
** Only one of the possible forms of the clause; see DICTOBL Fields
on page D-12, for the byte lengths
of all forms of the clause.
Table C-2. Sample DDL/COBOL Data Translation Table (page 2 of 2)
Clause Type DDL Clause Specification COBOL85 Data Type