Scheduling the Domino Report Server/400 Output Queue Monitor to Run Automatically until a specified time
From Support
You can use the AS/400 job scheduler or any other job scheduler to submit the Output Queue monitor to batch. Here's the AS/400 job scheduler command to work with the job scheduler: WRKJOBSCDE
Here's a sample CL command to submit the output queue monitor job to batch to end at 10:00pm : SBMJOB CMD(RJSDOM/NTSMON DELAY(*DELAY) DLYTIM(300) ENDTIME(220000)) JOB(DMRPT400) JOBMSGQFL(*WRAP)
The JOBMSGQFL parameter for the SBMJOB command insures the job won't crash if the job message queue fills up. Every AS/400 job has a job message maximum size of 16MB.
