Multiple choice technology mainframe

Which statements concerning the JCLLIB statement are true? (2 answers)

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

  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

In JCL, the JCLLIB statement specifies the private libraries to be searched for cataloged or in-stream procedures. There can only be one JCLLIB statement per JOB, and it must appear before the first EXEC statement. Distractors claiming limits on EXEC interactions or names are incorrect.