Hitachi

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


COMMAND_CONV_ARG parameter (defines a rule for converting an argument in job definition scripts during command execution)

Organization of this page

Format

#-adsh_conf COMMAND_CONV_ARG command-argument-1 command-argument-2

Description

This parameter defines a rule for converting an argument in standard shell commands, extended shell commands, functions, extended script commands, reserved script commands, external commands, and user programs used in job definition scripts.

When a job definition script is run, a command argument that matches exactly command-argument-1 is converted to command-argument-2. Both command-argument-1 and command-argument-2 must be specified.

If different rules are defined for the same command argument, the first rule defined takes effect.

External scripts specified in . (dot) commands and #-adsh_script commands are also subject to this argument's conversion if they satisfy the specified rule during execution.

The KNAX6804-I or KNAX6806-I message is output to the job execution logs as the conversion result.

Operands

command-argument-1 ~<any character string>((1 to 247 bytes))

Specifies the command argument before conversion. To specify a command argument containing a space, enclose the entire command argument in double quotation marks ("). A value enclosed in double quotation marks cannot consist of only a space, tab character, or null character. None of the following characters is permitted:

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

If command-argument-1 is omitted or the value specified in command-argument-1 is invalid, the command will terminate with an error during parameter analysis.

command-argument-2 ~<any character string>((1 to 247 bytes))

Specifies the command argument after conversion. To specify a command argument containing a space, enclose the entire command argument in double quotation marks ("). A value enclosed in double quotation marks cannot consist of only a space, tab character, or null character. None of the following characters is permitted:

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

If command-argument-2 is omitted or the value specified in command-argument-2 is invalid, the command will terminate with an error during the parameter analysis.

Notes

Example