Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

14.2.7 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.

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.

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