DDL Data Translation
Data Definition Language (DDL) Reference Manual — 426798-002
C- 7
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
TYPE SQL VARCHAR 10
Record
LEN INTEGER*2
VAL CHARACTER*10
End Record
**TYPE SQL DATETIME DAY
TO
MINUTE
CHARACTER*8
TYPE SQL DATE
CHARACTER*10
TYPE SQL TIME
CHARACTER*8
* 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-3. Sample DDL/FORTRAN Data Translation Table (page 2 of 2)
Clause Type
DDL Clause Specification
FORTRAN Data Type