InterviewSolution
Saved Bookmarks
| 1. |
What Does A Mainframe Compiler Output In The Object Deck And What Does The Linkage Editor Do With It? |
|
Answer» The compiler outputs the source code into the object DECK in a form to be read by the linkage editor. The linkage editor combines the object dataset (object deck) from the compiler with machine language code for input/output and other tasks to CREATE an EXECUTABLE load MODULE. The compiler outputs the source code into the object deck in a form to be read by the linkage editor. The linkage editor combines the object dataset (object deck) from the compiler with machine language code for input/output and other tasks to create an executable load module. |
|