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
Explain the function of the load command?
What is the difference between pct and fct?
Explain the use of DCT ?
what are the thress bms options?
Can you define bms?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Receive consists of buffer option in it. What is the significance of this option?
Explain the primary significance of intra-partition and extra-partition tdqs ?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Define the term mro (multi region operation)?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is the main function of the sign-on table?
What are the uses of ppt in cics?