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)
Notes
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 the CATALOG -L option.
See also: JBCDEV_BIN, JBCOBJECTLIST.
Setting
As per normal environment variable.
Unix
JBCDEV_LIB=/home/TESTBASE/lib
export JBCDEV_LIB
Windows
SET JBCDEV_LIB=C:\dev\TESTBASE\lib