JBCOBJECTLIST

Man Page Index


Description
This environment variable defines the directories to find user shared object libraries where user subroutines are located.

Values
File paths. Colon separated on Unix. Semi-colon separated on Windows.

Default
%HOME%\lib (Windows)
$HOME/lib (Unix)

Notes
It is good practice to set JBCOBJECTLIST 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).

Setting
As per normal environment variable. On Unix or on Windows it should be set before the jSHELL is invoked.

Unix
JBCOBJECTLIST=$HOME/lib:/home/TESTBASE/lib
export JBCOBJECTLIST

Windows
SET JBCOBJECTLIST=%HOME%\lib;C:\dev\TESTBASE\lib


ENV