Hitachi

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


OUTPUT_STDOUT parameter (defines the destination for the root job standard output)

Organization of this page

Format

#-adsh_conf OUTPUT_STDOUT {SPOOL | PARENT}

Description

This parameter defines the destination for the root job's standard output. Child jobs assume that PARENT is specified in this option. If this option is omitted, the root job assumes that SPOOL is specified in this option.

If the adshexec command is executed with the -s option specified, the -s option takes precedence over this parameter.

If the root job is running in the simple output mode or the minimum output mode (specified by the OUTPUT_MODE_ROOT parameter or the -m option of the adshexec command), the standard output that was set when the process started is inherited regardless of the specification of the OUTPUT_STDOUT parameter or the -s option of the adshexec command.

Operands

{ SPOOL | PARENT }

Specifies one of the following values as the output destination for the root job's standard output:

  • SPOOL

    Sets the root job's standard output to a file on the spool.

  • PARENT

    Sets the root job's standard output to the destination inherited from the parent process when the process started. If the parent process does not redirect the output destination, the output destination of the parent process is used.

Notes