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.