Answer Posted / sandeep_1985
Call is for static call to the sub module. The load module
of main module will contain the load of called sub module.
So you need to generate the main module if you happened to
do any change in the sub module otherwise it won't pick up
the correct load.
while
Link is the dynamic call to the sub module. At the run time
the linker will link the sub module load. So no need to
generate main module if you happened to change sub module.
Any more info required????
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Define communication area?
Explain how many exceptional condition can be given in a handle condition?
Name the cics command that gives the length of twa area?
What do you mean by CEMT?
What Are Send Map Maponly & Send Map Dataonly ?
What is DEQ?
Explain the different system tables used in cics?
hi,what is the module? how many modules in mainframe based banking projects
Explain the difference between the into and the set option in the exec cics receive map command?
What does the 'cebr:cics' transactions do?
Explain the primary function of the processing program table (ppt)?
Explain how do you intitiate another transaction?
Explain how and where is the twa size set?
Can you define commarea?
What is cics load command?