Multiple choice technology mainframe Which statements concerning the JCLLIB statement are true? There is either a JCLLIB statement for the entire JOB, or a separate one for each EXEC A JCLLIB statement can not have a statement name. There can only be one JCLLIB statement per JOB. 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.