Hitachi

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


CHILDJOB_SHEBANG parameter (defines an executable program path for job definition script files that are to be executed as child jobs)

Organization of this page

Format

#-adsh_conf CHILDJOB_SHEBANG path-name

Description

This parameter defines an executable program path that is specified, following #!, as a job definition script file to be run as a child job. The character string immediately following #! through the end of the line is treated as the comparison path name.

When a job definition script file is specified as a command name in another job definition script and the path name specified in this parameter appears on the first line of the job definition script file in the format #!path-name, the command outputs the KNAX6831-I message to the job execution logs and executes the job definition script file as a child job. You can use the JOBLOG_SUPPRESS_MSG parameter to suppress output of the KNAX6831-I message to the job execution logs.

The CHILDJOB_SHEBANG parameter has the following two default definitions:

Default definition

Output mode when the child job starts

/opt/jp1as/bin/adshexec

Operation is performed according to the specification of the OUTPUT_MODE_CHILD parameter.

/opt/jp1as/bin/adshexec -mMINIMUM

Operation is performed in the minimum output mode.

For details about the default definitions for the CHILDJOB_SHEBANG parameter, see 3.2.3(1)(b) Executing child jobs by using a default definition for the parameter.

Operands

path-name ~<any character string>((1 to 1,023 bytes))

Defines an executable program path that, when specified beginning with #! in a job definition script file, is to be executed as a child job.

Notes

Example

The following examples execute a job definition script file that contains a specific code at the beginning as a child job: