Data Definition Language (DDL) Reference Manual

DDL Data Translation
Data Definition Language (DDL) Reference Manual529431-004
C-6
TYPE LOGICAL [2] LOGICAL
TYPE LOGICAL 4 LOGICAL*4
TYPE ENUM INTEGER*2
TYPE CHARACTER 8
OCCURS 100 TIMES
CHARACTER*8 (1:100)
TYPE BINARY 16
OCCURS 3 TIMES
INTEGER*2
Table C-3. Sample DDL/FORTRAN Data Translation Table (page 2 of 2)
DDL Clause Type DDL Clause Specification FORTRAN Data Type
1. Groups bit fields that can fit in the same word and generates a filler in the word’s type.
2.
Only one of the possible forms of the clause; see DICTOBL (Object Build List) on page D-15, for the
byte lengths of all forms of the clause.