Description
This environment variable defines the directory where user shared object libraries will be built when subroutines are CATALOGed.
Values
Valid file path.
Default
%HOME%\lib (Windows)
$HOME/lib (Unix)
Note:
It is good practice to set JBCDEV_LIB explicitly rather than relying on the default setting. This is because the value of the HOME environment variable may change (for example after a LOGTO).
The value of JBCDEV_LIB can be overridden with CATALOG command using the -L option, e.g. CATALOG -L /home/templib mysub.
Setting
As per normal environment variable.
Unix
JBCDEV_LIB=/home/TESTBASE/lib export JBCDEV_LIB
Windows
SET JBCDEV_LIB=C:\dev\TESTBASE\lib
See also: JBCDEV_BIN, JBCOBJECTLIST.