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 contains the load modules (executable programs) for IBM system utilities and commonly-used programs. Option B appears to be a typo for SYS1.SYSPROC which contains cataloged procedures. SYS1.PROCLIB contains JCL procedure definitions, not load modules.