Multiple choice technology mainframe

are the two outputs created as a result of generation of a map?

  1. The load module and DBRMLIB

  2. The map load and DBRMLIB

  3. The map copybook and the load module

  4. The MAPLIB and loadlib

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

Map generation produces two outputs: the map copybook (containing data structure definitions for the map) and the load module (the executable runtime version). These outputs are used respectively for compilation reference and actual execution in mainframe environments.