Multiple choice technology programming languages

Which library will have the load modules of the IBM utilities?

  1. SYS1.LINKLIB

  2. SYS1.SOTREPROC

  3. SYS1.CATPROC

  4. SYS1.PROCLIB

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

SYS1.LINKLIB is the system library containing load modules (executable programs) for IBM utilities and system programs. SYS1.SVCL (or similar) is for SVC routines, and PROCLIB contains JCL procedure definitions. LINKLIB is where the system looks for executable programs to load and run.