Change job queue entries
You can change an existing job queue entry in the specified subsystem
description. This command can be issued while a subsystem is active or inactive.
To change the job queue entry in a subsystem, use the character-based interface.
Command: Change Job Queue Entry (CHGJOBQE)
Example: This command changes the maximum number of jobs that
can be active at the same time from the job queue QBATCH in library QGPL.
The sequence number of the job queue entry does not change. Up to four jobs
from the QBATCH job queue can be active at the same time. Up to one job can
be active from priority level 1. There is no maximum for the number of jobs
that can be active at the same time from priority level 2. Priority levels
3 through 9 do not change.
CHGJOBQE SBSD(QGPL/QBATCH) JOBQ(QGPL/QBATCH) MAXACT(4)
MAXPTY1(1) MAXPTY2(*NOMAX)