DICTIONARY statement
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Runs the OpenEdge Data Dictionary.
Note: Does not apply to SpeedScript programming.
Syntax
|
Example
This procedure runs the Data Dictionary if the user answers yes to a prompt:
r-dict.p
|
Notes
- The DICTIONARY statement is equivalent to RUN dict.p: it runs the ABL procedure called dict.p. The AVM uses the regular search rules to find the dictionary procedure. The dictionary procedure is part of the ABL system software.
- The AVM Query/Run-time provides a restricted version of the Data Dictionary.
- For more information on the Data Dictionary, see its on-line help.