Multiple choice technology mainframe

If JCLLIB is not mentioned in the JCL, then in which library it will do a search?

  1. SYS.PROCLIB

  2. SYS1.PROCLIB1

  3. SYS.PROCLIB1

  4. SYS1.PROCLIB

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

When JCLLIB is not coded in the JCL, the system searches the default procedure library SYS1.PROCLIB for cataloged procedures. This is the system-defined default location for JCL procedures. The other options are incorrect - SYS.PROCLIB and SYS.PROCLIB1 don't exist, and SYS1.PROCLIB1 is not the default.

AI explanation

When a JCL doesn't specify a JCLLIB statement, the system falls back to searching the standard system procedure library, SYS1.PROCLIB, for cataloged procedures. The other options are simply typo'd or malformed variants of that library name and don't correspond to any real default search library.