Dictionary Manipulation Statements
Data Definition Language (DDL) Reference Manual — 426798-002
8- 13
SHOW USE OF Statement
The following diagram illustrates the nesting levels for ZIP-CD:
To illustrate sequence in a SHOW USE OF listing, the following statement displays the
objects that refer to the definitions CUSTNUM and NAME. For the definitions of
CUSTNUM, NAME, and the objects that refer to them, see the sample schema in
Appendix B, Sample Schemas
.
?DICT
SHOW USE OF DEF custnum, name.
(1) Definition CUSTNUM used by Definition CUSTINFO
(2) Definition CUSTINFO used by Record CUSTOMER
(1) Definition CUSTNUM used by Definition ORDERINFO
(2) Definition ORDERINFO used by Record ORDERS
(1) Definition NAME used by Definition CUSTINFO
(2) Definition CUSTINFO used by Record CUSTOMER
(1) Definition NAME used by Definition EMPINFO
(2) Definition EMPINFO used by Record EMPLOYEE
(1) Definition NAME used by Definition PARTSINFO
(2) Definition PARTSINFO used by Record PARTS
(1) Definition NAME used by Definition SUPPINFO
(2) Definition SUPPINFO used by Record SUPPLIER
ZIP-CD
ADDR
CUSTINFO
SUPPINFO
CUSTOMER
SUPPLIER
(1)
(2)
(3)
VST811.vsd