The default Load Library on Mainframes is
-
SYS2.LINKLIB
-
SYS1.LINKLIB
-
SYS7.LINKLIB
-
SYS4.LINKLIB
B
Correct answer
Explanation
SYS1.LINKLIB is the default system load library on IBM mainframes. Load libraries contain executable programs in load module format. When a program is executed without specifying a library, the system searches SYS1.LINKLIB by default.