| |
GeekInterview.com > Interview Questions > Mainframe > COBOL
| Print | |
Question: What is Load module & Link edit and How will it work Dynamic call?
Answer: Normally we are using Dynamic call. What will happen when COBOL program compilation & execution. |
| November 11, 2008 11:23:43 |
#1 |
| marialeninraj84 |
Member Since: November 2008 Total Comments: 2 |
RE: What is Load module & Link edit and How will it work Dynamic call? |
To run the cobol program, first it go through compiler to get object code, which will go through LINK EDIT to produce Load module, which would be a executable code. For the Dynmic calls, both calling and called programs are compiled and linkedited separately to produce the load modules, but we have to use dynam compiler option while compiling the main pgm. |
| |
Back To Question | |