What is Static,Dynamic linking ?

Answer Posted / amarnadh reddy

In static linking, the called program is link-edited into
the calling program.
In dynamic linking, the called and calling program will
exist as separate load modules.
If choose static or dynamic linking by choosing either the
DYNAM OR NODYNAM link edit option.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between perform … with test after and perform … with test before?

1189


Explain the configuration section of a cobol program with examples of syntax.

915


What is the difference between Global and External Variables?

1000


How to print 10 to 1 if the input have only 10 digit number?

1064


What kind of error is trapped by on size error option?

988


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

939


what happens if parmparameter passes zero bytes to the program

1920


How to know whether the module is dynamical or statistical?

893


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

1037


how do you reference the rrds file formats from cobol programs

1195


How are the next sentence and continue different from each other?

1061


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

903


How can you get the ksds file records into your cobol program?

886


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6158


What is an in line perform? When would you use it? Anything else you wish to say about it.

866