Description
This environment variable provides a list of directories in which to search
for jBASE data files. If an MD or VOC file is configured, and contains
Q-pointers or F-pointers, these take precedence over the directories in the
JEDIFILEPATH.
Values
Colon separated file paths (Unix)
Semicolon separated file paths (Windows)
Default
The current directory
Setting
As per normal environment variable, so it can be set at any time. The use of
relative file paths (such as '.') should be avoided as it can result in
unintended file access
Unix
JEDIFILEPATH=/appvol/WB1:/appvol/WB2:/appvol/WB3
export JEDIFILEPATH
Windows
set JEDIFILEPATH=F:\apps\WB1;F:\apps\WB2;F:\apps\WB3