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

Specify the requirements for automatic task initiation?

568


Explain the function of the load command?

587


name the command that is used to dump the main storage areas related to a task?

628


How can you access qsam (seq) files from cics?

627


What is the procedure to solve an ASRA ABEND?

610






What is the eib parameter?

619


Explain the difference between a package and a plan.

557


What is a transid?

577


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

595


Define the term transaction routing?

566


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

641


Define communication area?

569


cics command level is?

646


What is meant by PPT and what are its uses?

611


How can you access esds files from cics?

589