Multiple choice technology mainframe

What is the command to view list of late job in the queue

  1. LACT,SEQ=JOB

  2. LQ,ST=LATE

  3. LQ,SEQ=JOB,JOB=

  4. None of above

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

The CA7 command LQ,ST=LATE displays all jobs in the active queue that have a status of late. LACT displays active jobs, and LJOB or specific LQ queries with other parameters do not filter specifically for the late status. LQ,ST=LATE is the direct and correct command.

AI explanation

To view a list of late jobs in the queue, the correct command is:

B. LQ,ST=LATE

This command will display a list of jobs that are currently late in the queue.