Dictionary Reports
Data Definition Language (DDL) Reference Manual — 426798-002
E- 4
Requesting Reports
The DDQUERYS queries contain the following command:
?ASSIGN QUERY-COMPILER-LISTING to $NULL
If you do not have a $NULL process on your system, or if you want to redirect this
output, you can remove or change this line.
Figure E-1
illustrates the creation of a dictionary for DDSCHEMA.
Requesting Reports
After you have created a dictionary, you can request reports about any dictionary on
any subvolume in your system. For example, to produce all 16 dictionary reports on
$DATA.SALES, enter the following commands:
These two commands list all 16 dictionary reports that describe the $DATA.SALES
dictionary on the printer identified as $S.#PRINTER.
Figure E-1. Creating a Dictionary for DDSCHEMA
21> DDL / IN $system.system.
ddschema / DICT $system.ddl
DDSCHEMA
DDQUERYS
DDL
Create dictionary
on $SYSTEM.DDL
DICTALT
DICTOBL
DICTODF
DICTDDF
.
.
.
.
.
.
.
.
.
.
.
.
$SYSTEM.SYSTEM
$SYSTEM.DDL
VSTE01.vsd
14> VOLUME $data.sales
15> ENFORM / IN $system.system.ddquerys, OUT $S.#printer /
Establish $DATA.SALES as the default subvolume
VSTE02.vsd