Dictionary Maintenance
Data Definition Language (DDL) Reference Manual — 426798-002
10 -18
Purging a Dictionary
Purging a Dictionary
You can purge a dictionary by purging each dictionary file individually or, if the
dictionary is open, by entering the NOSAVE command following the DICT or DICTN
command.
To purge dictionary files individually, you must know the file names. You can see
Appendix D, Dictionary Database Structure
, for the file names, or you can position
yourself on the subvolume that contains the dictionary and use a FILES command to
list the dictionary files. Dictionary file names always begin with DICT.
To list and then purge the dictionary files on $DATA.SALES, you can use the following
command interpreter commands:
59> VOLUME $data.sales
60> PURGE
DICTALT,DICTCDF,DICTDDF,DICTKDF,DICTMAP,DICTOBL,DICTODF
61> PURGE
DICTOTF,DICTOUF,DICTOUK,DICTRDF,DICTTKN,DICTTYP,DICTVER
You can purge an open dictionary with the NOSAVE command. If NOSAVE is in effect
when you exit from DDL, when another dictionary is opened, or when the dictionary is
closed using the NODICT command, DDL purges the currently open dictionary.
NOSAVE is ignored if the dictionary is part of a Pathmaker catalog:
Note. Do not purge a DDL dictionary that is part of a Pathmaker catalog. Refer to Pathmaker
documentation for instructions about how to purge a dictionary that is part of a Pathmaker
application catalog.
62> DDL
!?DICT $data.parts
.
.
.
!?NOSAVE
!?DICT $data.sales
Open dictionary
Ignored for PATHMAKER dictionaries
Open new dictionary, first purging
the currently open dictionary
VST1012.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 ...