COBDIR=installation-directory
export COBDIR
Where installation-directory is the full path of the directory in which Micro Focus Server is installed.
Use upper and lower case exactly as shown; for example:
COBDIR=/opt/microfocus/cobol
export COBDIR
For example:
LIBPATH=$COBDIR/lib;$LIBPATH export LIBPATH