Data Definition Language (DDL) Reference Manual
Dictionary Reports
Data Definition Language (DDL) Reference Manual—529431-004
E-6
Requesting Reports
As Figure E-2 on page E-6 shows, the Enform Plus program reads its source
statements from $SYSTEM.SYSTEM.DDQUERYS, reads the dictionary on
$SYSTEM.DDL for the structure of the dictionary files; and finally, using the record
names, field names, and field offsets from $SYSTEM.DDL, reads the dictionary files on
$DATA.SALES to produce the reports.
Example E-2. Requesting Selected Dictionary Reports
16> VOLUME $data.sales
17> ENFORM
18> ?OUT $S.#printer
19> ?SOURCE $system.system.ddquerys (R2, R6)
Figure E-2. Running DDQUERYS to Produce Reports
21> DDL / IN $system.system.
ddschema / DICT $system.ddl
DDSCHEMA
DDQUERYS
DICTALT
DICTOBL
DICTODF
DICTDDF
.
.
.
$SYSTEM.SYSTEM
$SYSTEM.DDL
$SYSTEM.DDL
R1
R16R2
. . .
DICTOBL
DICTALT
ENFORM
Run dictionary queries
against dictionary on
$DATA.SALES
.
.
VST928.vsd