COBPATH [ Micro Focus COBOL System Reference, Volume 2 ] MPE/iX 5.0 Documentation
Micro Focus COBOL System Reference, Volume 2
COBPATH
Specifies the directories the RTS is to search for a specified file when
trying to locate a program for dynamic loading.
Syntax:
COBPATH=[:] path-name [:path-name]...
export COBPATH
Parameters:
the initial colon indicates that the current directory is to be
(:) searched first.
path-name specifies a directory and path which the RTS is to
search.
Example:
COBPATH=/u:/v:/qa/srclib:qa/otherlib
export COBPATH
MPE/iX 5.0 Documentation