Data Definition Language (DDL) Reference Manual

Dictionary Database Structure
Data Definition Language (DDL) Reference Manual529431-004
D-33
DICTOBL (Object Build List)
TI TRANSID
TS TSTAMP
UN USERNAME
Example D-3. SOURCE-DEF Field
DEF date.
02 year PIC 99.
02 month PIC 99.
02 day PIC 99.
END
DEF ord-header.
02 order-date TYPE date.
END
DEF order.
02 header TYPE ord-header.
END
Table D-10. OBJ-CLASS Codes
Code Meaning
0 Group field
1 Elementary field
Table D-11. STRUCTURE Codes (page 1 of 3)
Code Meaning
0 Alphanumeric string
1 Numeric string unsigned
2 Binary 16 signed
3 Binary 16 unsigned
4 Binary 32 signed
5 Binary 32 unsigned
6 Binary 64 signed
8Float 32
9 Complex 32*2
10 Float 64
12 Numeric string trailing embedded sign
13 Numeric string trailing separate sign
Table D-9. TACL-TYPE Codes (page 2 of 2)
Code TACL Type