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
What is the difference between perform … with test after and perform … with test before?
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between Global and External Variables?
How to print 10 to 1 if the input have only 10 digit number?
What kind of error is trapped by on size error option?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what happens if parmparameter passes zero bytes to the program
How to know whether the module is dynamical or statistical?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how do you reference the rrds file formats from cobol programs
How are the next sentence and continue different from each other?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How can you get the ksds file records into your cobol program?
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.
What is an in line perform? When would you use it? Anything else you wish to say about it.