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
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Mention the guidelines to write a structured cobol program?
What are the different data types in cobol?
Explain what you understand by passing by value.
i need a small 3d program using inline and outline.
Write a program to explain size error.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between perform … with test after and perform … with test before?
What is difference between static and dynamic call in cobol?
How you can characterize tables in cobol?
) How do u handle errors in BMS macro
What is the difference between binary search and sequential search?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are literals?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?