Multiple choice technology mainframe

What is the command to display all job information for a particular job?

  1. LJOB,LIST=TRIG,JOB=

  2. LJOB,LIST=ALL ,JOB=

  3. LJOB,LIST=RQJOB,JOB=

  4. LQ,SEQ=JOB

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

The CA7 command LJOB,LIST=ALL,JOB= is used to list all database information for a specific job name. LIST=TRIG lists only triggers, and LQ queries inspect the queues rather than the database definition of the job, making LIST=ALL correct.