The path statement can be used in the control statements for the total job or job steps, and specifies the path to the location of the program.
Regarding searches of a program, it is performed from the path statement for the job steps. If multiple paths are specified in the path statement for the job step or job, the search is performed in the specified order.
An example of the search order is show below.
[Windows]
jobstart s7025job path c:\system\appl -------- 3 path c:\system\applx -------- 4 stepstart step1 path c:\user\appl -------- 1 path c:\user\applx -------- 2
[UNIX]
jobstart s7025job path /usr/local/bin -------- 3 path /home/s7025/bin -------- 4 stepstart step1 path /home/s7025/bin1 -------- 1 path /home/s7025/bin2 -------- 2