🎴 Flashcard Mode
Mainframe Programming: COBOL, CICS, and REXX
Card1 / 20
Mastered0
Review0
QuestionClick to flip
are the two outputs created as a result of generation of a map?
AnswerClick to flip back
A
The map copybook and the load module
💡 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.