Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

14.3.2 path Statement

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.

When the path statement is specified for the control statement related to the total job, it is added after the path specified in this path statement.

Operand

path name

Specify a path name to be added to the environment variable.

For each job step, define the path name length so that the following does not exceed 4096 bytes.

Examples

[Windows]

path c:\users\user1\bin

C:\users\user1\bin: Path of executable program

[UNIX]

path /users/user1/bin  

/users/user1/bin: Path of shell script or command