what is difference between call and link ?

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


Please Help Members By Posting Answers For Below Questions

Explain the function of the load command?

786


What is the difference between pct and fct?

875


Explain the use of DCT ?

833


what are the thress bms options?

876


Can you define bms?

803


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

791


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?

878


Receive consists of buffer option in it. What is the significance of this option?

778


Explain the primary significance of intra-partition and extra-partition tdqs ?

799


if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?

1984


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??

2930


Define the term mro (multi region operation)?

793


Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?

707


What is the main function of the sign-on table?

777


What are the uses of ppt in cics?

731