Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


PATH_CONV parameter (defines the details of path conversion)

Organization of this page

Format

#-adsh_conf PATH_CONV path-name-1 path-name-2

Description

This parameter defines path names before and after conversion in job definition scripts.

In character strings separated by the path separator defined in the PATH_CONV_ENABLE parameter, a character string's leading part that matches path-name-1 is converted to path-name-2 when the job definition script is executed. This conversion is also performed on the path separator and directory separator defined in the PATH_CONV_ENABLE parameter.

In Windows, the conversion result varies depending on the path conversion rule selected by the PATH_CONV_RULE parameter. For details, see PATH_CONV_RULE parameter (defines a rule for converting file paths) (Windows only).

This parameter is not valid when the PATH_CONV_ENABLE parameter is not defined. If this parameter is defined multiple times, the parameters are searched in the order they are defined in the environment file and the first definition satisfying the conversion condition is applied.

Operands

path-name-1 ~<path name>((1 to 247 bytes))

Specifies the path before conversion. To specify a value containing a space, enclose the value in double quotation marks (").

In Windows, you can specify a path in UNIX for path-name-1. In UNIX, you can specify a path in Windows for path-name-1. If you intend to use \, specify \\ because JP1/Advanced Shell handles \ as an escape character. Note that none of the following characters is permitted:

* ? < > | ` (grave accent mark) $

A path name must contain a directory separator. Use the following for the directory separator:

  • In Windows, specify a forward slash (/).

  • In UNIX, use two consecutive backslashes (\\).

path-name-2 ~<path name>((1 to 247 bytes))

Specifies the path after conversion. To specify a value containing a space, enclose the value in double quotation marks ("). If you intend to use \, specify \\ because JP1/Advanced Shell handles \ as an escape character. Note that none of the following characters is permitted:

* ? < > | ` (grave accent mark) $

A path name must contain a directory separator. Use the following for the directory separator:

  • For execution in Windows, specify two consecutive backslashes (\\).

  • For execution in UNIX, use a forward slash (/).

Notes

Example