Description
This environment variable defines the directory where user executables will be built when
programs are CATALOGed.
Values
Valid file path.
Default
%HOME%\bin (Windows)
$HOME/bin (Unix)
Notes
It is good practice to set JBCDEV_BIN 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_BIN can be overridden with the CATALOG -o option.
See also: JBCDEV_LIB, PATH.
Setting
As per normal environment variable.
Unix
JBCDEV_BIN=/home/TESTBASE/bin
export JBCDEV_BIN
Windows
SET JBCDEV_BIN=C:\dev\TESTBASE\bin