You can use iSeries™ Navigator or the character-based interface to stop one or more active subsystems and specify what happens to active work being processed. No new jobs or routing steps are started in the subsystem after the subsystem is stopped.
ENDSBS SBS(QBATCH) OPTION(*CNTRLD) DELAY(60)
If a problem occurs in a job, but you specified *NOJOBLOG, problem diagnosis may be difficult or impossible because the problem is not recorded in the job log. If you used the LOGOUTPUT(*PND) job attribute then the job log is placed in a pending state, but is not written. However, the job log is still available if it is needed. See the related topics on job logs for more information about job log pending.
If you specify ENDSBSOPT(*CHGPTY *CHGTSL), the run priority and time slice will change for all jobs that end in this subsystem. The jobs will compete less aggressively for processor cycles and will end with less of an impact on jobs that are still running in other subsystems.
You can specify all three options (*NOJOBLOG, *CHGPTY, and *CHGTSL) on the ENDSBSOPT parameter, for example:ENDSBSOPT(*NOJOBLOG *CHGPTY *CHGTSL)