|
DICTIONARY |
Data Dictionary Access |
|
1. |
Read: |
DICTIONARY READ (chan,fileopt)varlist |
|
2. |
Write: |
DICTIONARY WRITE (chan,fileopt)varlist |
|
3. |
Write Record: |
DICTIONARY WRITE RECORD (chan,fileopt)varlist |
|
4. |
Remove: |
DICTIONARY REMOVE (chan,fileopt) |
|
chan |
Channel or logical file number of file containing the data dictionary to access. | ||||||||||||||
|
fileopt |
File options. Supported options for DICTIONARY include:
| ||||||||||||||
|
varlist |
Comma-separated list of variables and/or literals. |
The DICTIONARY directive allows the system utilities to access and maintain the internal PxPlus data dictionary portions of the PxPlus databases. It is primarily used within various data dictionary programs to maintain the dictionary information on the files.
The DICTIONARY WRITE RECORD format is used to write a complete dictionary record to a file as opposed to writing multiple fields.