Multiple choice technology mainframe

Which statements concerning the JCLLIB statement are true ?

  1. There is either a JCLLIB statement for the entireJOB, or a separate one for 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

JCLLIB statements must follow specific rules: only one JCLLIB statement is allowed per JOB (C is true), and it must be coded before the first EXEC statement (D is true) because it establishes the library search order. Statement A is false - you can have JCLLIB at both JOB and EXEC level. Statement B is false - JCLLIB is a statement that can be named.