DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 49
DICTN Command
•
If an existing dictionary that you open with the DICT command is nonaudited, DDL
issues a warning message.
DICT Command Examples
To open a dictionary on the volume $DATA and subvolume SALES, enter:
?DICT $data.sales
If there is no dictionary on $DATA.SALES, DDL creates and then opens the dictionary.
To execute DDL interactively and then clear and open the dictionary on the current
subvolume, you could enter:
Alternatively, you could include the DICT command when you run DDL:
In each of these examples, all objects defined by subsequent CONSTANT,
DEFINITION, RECORD, TOKEN-CODE, TOKEN-TYPE, and TOKEN-TYPE
statements are written to the open dictionary.
DICTN Command
The DICTN command instructs the DDL compiler to do the following:
•
Create and open a nonaudited dictionary on a specified subvolume or open an
existing dictionary on a specified subvolume.
•
Enter all subsequent DDL object definitions into the open dictionary.
DICTN
creates and opens a new dictionary or opens an existing dictionary, and enters all
subsequent object definitions into the open dictionary. If a dictionary is already
open, closes the current dictionary and opens the specified dictionary.
Caution. The TMF cannot monitor nonaudited files. The integrity of a nonaudited dictionary on
an audited disk might be jeopardized if corruptions of the disk occur.
DICTN [ dict-subvol-name ] [ ! ]
31> DDL
?DICT !
Run the DDL compiler
Purge all dictionary files, re-create
them, then open the dictionary
VST912.vsd
32> DDL DICT
Run DDL and open the dictionary on the
current subvolume
VST913.vsd
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...