Which library will have the load modules of the IBM utilities?
-
SYS1.LINKLIB
-
SYS1.SOTREPROC
-
SYS1.CATPROC
-
SYS1.PROCLIB
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.