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 that contains load modules for IBM utilities and system programs. SYS1.PROCLIB contains PROCs. SYS1.CATPROC is for catalog procedures. SYS1.SOTREPROC appears to be a typo (likely meant SYS1.STOREPROC or similar).