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

JCLLIB statement rules: Only one JCLLIB statement per JOB is allowed (makes sense for specifying a single procedure library). It must be placed before the first EXEC statement. It can have a statement name (though rarely used). Therefore A and B are false, C and D are true.