Variable
|
Description
|
Code example
|
PROPATH
|
A list of directory paths separated by commas. When you run a procedure from within an OpenEdge session with the RUN statement, OpenEdge searches for it in the directory paths defined in PROPATH in the order listed.
Note: When OpenEdge encounters a period in PROPATH (".,C . . ."), it substitutes the pathname of the current directory.
|
PROPATH=.,C:\Progress\OpenEdge
|
PROMSGS
|
The full pathname of the OpenEdge error messages file. The default value is install-dir\PROMSGS. You only have to set the PROMSGS environment variable if you want to use an error messages file different from the default PROMSGS file in the installation directory.
|
PROMSGS=C:\Progress\OpenEdge\PROLANG\GER\PROMSGS.GER
|
PROCFG
|
The path name of your product's configuration file. The configuration file is a data file that identifies the OpenEdge product and components that you are licensed to use. Reset PROCFG if you have moved the configuration file from the directory in which you installed OpenEdge.
|
PROCFG=C:\Progress\OpenEdge\PROGRESS.CFG
|
PROSTARTUP
|
The name of the OpenEdge startup parameter file. The default is startup.pf.
|
PROSTARTUP=C:\Progress\OpenEdge\startup.pf
|
DLC
|
The pathname of the directory in which you installed the OpenEdge system software.
|
DLC=C:\Progress\OpenEdge
|