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

if you give cylinder(1,1)how many cylinders it will be allocate?

3 Answers   Hewitt,


can we use COPY statement in w-s section? how?

3 Answers  


How to retrive the 9th records out of ten records using the cobol program ?

3 Answers   UST,


There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?

2 Answers  


I have a File that has duplicate records. I need only those records that occur more than thrice.?

3 Answers   IBM, Wipro,






What are the various section in data division and briefly explain them.

0 Answers  


01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy

13 Answers   HSBC,


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


1) can we display the index?

3 Answers   ADP, IBM,


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

0 Answers  


What is normalisation?

2 Answers   IBM,


can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


Categories