Multiple choice technology mainframe What is the command to display all job information for a particular job? LJOB,LIST=TRIG,JOB= LJOB,LIST=ALL ,JOB= LJOB,LIST=RQJOB,JOB= 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.