Data Definition Language (DDL) Reference Manual — 426798-002
E- 1
E
Dictionary Reports
HP supplies a set of Enform queries that you can use to get information about any DDL
dictionary. These queries produce a set of reports that provide the following
information:
•
A list of all the objects in the dictionary, including any constants, definitions,
records, and Subsystem Programmatic Interface (SPI) token codes, token maps,
and token types.
•
A description of the structure of each definition and record.
•
A list of the records and definitions that refer to definitions and of the definitions
that are referenced by records and other definitions.
•
Information on all records in the dictionary, their key fields, and how they are
defined.
•
A list of all the comment, display, and heading text for any definition or record that
has such text.
In addition to the standard reports, you can produce customized reports, tailored to
answer specific questions, by editing the Enform source code supplied by HP.
This appendix describes how you can obtain dictionary reports.
Using Enform Queries for Dictionary Reports
The Enform source code for the dictionary reports is stored in this file:
$SYSTEM.SYSTEM.DDQUERYS
For any of the standard reports summarized in
Table E-1
on page E-2, use the source
code as is. For customized reports, copy DDQUERYS to your own subvolume and edit
the file.
DDQUERYS contains source code for 16 Enform queries that produce 16 different
dictionary reports. Each query is a separate section. You can run the queries as a
complete group, individually, or in any combination.
Table E-1
on page E-2 summarizes the dictionary reports.