Description
The PATH variable contains a list of all directories that contain executable programs. As
a minimum, this should contain the shell default value plus the path /usr/jbc/bin so that
j BASE commands are seen by the shell. You will also wish to add the path of your
application executable directory (such as ${HOME}/bin).
Values
Any directory the user has privileges for.
Default
The default depends entirely upon your UNIX system and how it has been set up.
Setting
Normal UNIX environment variable, so it can be set at any time by the commands:
Unix
PATH=$PATH:/apps/bin
export PATH
Windows
SET PATH=%PATH%;D:\apps\bin