Synopsis
path path name
Description
This statement specifies a path to be added to the PATH environment variable.
By specifying multiple path control statements, multiple paths can be specified.
A path specified in a path control statement is added to the top of the PATH environment variable.
Describe path control statements between the jobstart control statement and first stepstart statement.
Operand
path name
Specify a path to be added to the environment variable.
Define the path name length so that the following does not exceed 4096 bytes.
"Total path name length specified in the path control statement for the entire job" + "Number of path control statements for the entire job"
Examples
[Windows]
path C:\win32app\local
C:\win32app\local: Path of executable program
[UNIX]
path /home/user1/bin
/home/user1/bin: Path of shell script or command