What is Static,Dynamic linking ?

Answers were Sorted based on User's Feedback



What is Static,Dynamic linking ?..

Answer / 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

What is Static,Dynamic linking ?..

Answer / srikanth doki

Static linking means the main program is embedded with sub
program that means only one module will be created and it is
represented as dynam.
Dynamic linking means both main program and sub program will
separately created and if we done in any modifications it
does not reflect to sub program. It is represented as nodynam.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??

2 Answers   HCL,


What is the LINKAGE SECTION used for?

4 Answers  


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


How do you reference the following file formats from cobol programs?

0 Answers  


what is s013u000 for?

1 Answers   Hewitt,






what r the types of perform statement

4 Answers  


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

0 Answers  


i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)

3 Answers   Cap Gemini, Mind Tree,


Can we access the a[0] in the array ?

6 Answers   DCL, IBM,


tell me about examine inspect and evaluate ?

2 Answers   CTS,


If I want to increase the Limit in GDG. What should I do?

2 Answers   IBM,


how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas

3 Answers   IBM,


Categories