JOBLOG_SEND_ALWAYS - UAG configuration option
Description
The JOBLOG_SEND_ALWAYS option specifies whether to retrieve Task’s JOBLOG for any Task executed and send it to the Controller automatically.
info
The UNVPRD/UNVSRV Job Definition is configured with LOG(4 00 *NOLIST) option, which effectively produce a JOBLOG only if Task fails. In order to produce JOBLOG for every Task executed, the UNVPRD/UNVSRV Job Definition must be changed to produce JOBLOG:
CHGJOBD JOBD(UNVPRD/UNVSRV) LOG(4 00 *SECLVL)
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | joblog_send_always option |
Values
option is one of the following values:
- yes - Always send JOBLOG automatically
- no - Do not send JOBLOG automatically
Default is “no”.