Assigning the job queue to the subsystem
To assign a job queue entry to a subsystem description, use the character-based interface. Command: Add Job Queue Entry (ADDJOBQE)
The parameters on this command specify:
- The number of jobs that can be active at the same time on this job queue (MAXACT)
- In what order the subsystem handles work from this job queue (SEQNBR)
- How many jobs can be active at one time for each of the nine levels of priority (MAXPTYn) (n=1 through 9)
Example: The following example adds a job queue entry for the JOBQA job queue in the TEST subsystem description. There is no maximum number of jobs that can be active on this job queue and the work is processed with a sequence number of five.ADDJOBQE SBSD(TEST) JOBQ(LIBA/JOBQA) MAXACT(*NOMAX) SEQNBR(5)
- How a subsystem handles several job queues
To illustrate how a subsystem handles several job queues, consider this scenario.
Parent topic:
Managing job queuesRelated concepts
How a job queue worksRelated tasks
Removing job queue entries