Hitachi

JP1 Version 11 JP1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide 


7.3.5 CHILDJOB_EXT parameter (defines an extension for job definition script files that are to be executed as child jobs)

Syntax

#-adsh_conf CHILDJOB_EXT extension

Description

This parameter defines an extension for job definition script files that are to be executed as child jobs. When a job definition script file with the extension specified in this parameter is specified as a command name in another job definition script, the command outputs the KNAX6832-I message to the job execution logs, interprets the file as a job definition script for JP1/Advanced Shell, and then executes the file as a child job. You can use the JOBLOG_SUPPRESS_MSG parameter to suppress output of the KNAX6832-I message to the job execution logs.

Operands

extension ~<path name>((1 to 245 bytes))

Specifies an extension for job definition script files that are to be executed as child jobs. Specifying as the value only the null character enclosed in double quotation marks (") is not permitted.

Notes

Example

In this example, any file with the extension ash or sh specified as a command name is executed as a child job.

#-adsh_conf CHILDJOB_EXT ash
#-adsh_conf CHILDJOB_EXT sh