SBMJOB CMD(RJSSPLIT/RPTMON OUTQ(QGPL/INPUTOUTQ) SPLFOPT(*MARK) DELAY(*DELAY) DLYTIM(300)) JOB(RPTMON) JOBQ(QSYSNOMAX) LOG(4 0 *NOLIST) LOGCLPGM(*YES)
Note: The above example command reads the output queue INPUTOUTQ and processes reports every 5 minutes. This entry is sent to job queue QSYSNOMAX, which is multi-threaded. The LOG and LOGCLPGM parameters create a printed job log in the QEZJOBLOG output queue in case you need to analyze the job log later.
Warning: Some job queues such as QBATCH are single-threaded and are backed up until the output queue monitor completes, so use QSYSNOMAX unless you need single threading.
Still have questions? We can help. Submit a case to Technical Support.