Multiple choice technology mainframe

Which statements concerning the JCLLIB statement are true?

  1. There is either a JCLLIB statement for the entire JOB, or a separate one for each EXEC

  2. A JCLLIB statement can not have a statement name.

  3. There can only be one JCLLIB statement per JOB.

  4. A JCLLIB statement must be coded before the first EXEC statement.

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

A JCLLIB statement is used to specify private libraries for search. It cannot have a name, must be coded before the first EXEC statement, and only one JCLLIB statement is allowed per job. Distractors suggesting separate ones per EXEC are incorrect.