Multiple choice technology mainframe

An operator needs a job to process from the job queue ahead of other jobs in the queue.Which of the following accomplish this goal.?

  1. JOBORD

  2. RUNPTY

  3. JOBPTY

  4. OUTPTY

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

On IBM i (OS/400), the Job Priority (JOBPTY) attribute on a job determines its queue priority. The system processes jobs with higher priority (lower numerical values) ahead of others. RUNPTY controls running CPU execution priority, and OUTPTY controls output queue priority.