JOB_LOG - UCMD Server configuration option
Description
The JOB_LOG option specifies how the UCMD Server processes the job log of the Initiator job.
JOB_LOG specifies under what conditions the job log is returned to the stderr file of the UCMD Manager. If the job log is returned, it is done so after the Initiator job ends.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | joblog option |
| |||
Manager Override | -joblog option |
|
Values
option is the specification for how the UCMD Server processes the job log.
Valid values for option are:
- always
The job log is always returned to the UCMD Manager on the stderr file. - error
The job log is returned only if the Initiator job's exit code is greater than or equal to the END_SEVERITY option value. - never
The job log is never returned; it is written to a spool file under the control of the UCMSINIT job description LOG value.
Default is always.
Note
If the value is always or error, the UCMSINIT job description must not restrict the production of the job log with the LOG value. A job log either is returned to the UCMD Manager or it is spooled, but not both.