What is Static,Dynamic linking ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use the same COBOL program in Batch and CICS on lines? explain with an example

2119


Write a program to explain size error.

898


how to access the file from prodution from changeman tool and to submit a file to production

7114


how do you reference the printer file formats from cobol programs

909


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2197


What are different data types in cobol?

923


what are decleratives in cobol?

2011


how do you reference the variable unblock file formats from cobol programs

1021


What is the problem of ordered sequential files access?

924


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

919


What is cobol?

964


What are the rules of the move verb?

964


In COBOL programming, what is PERFORM? What is VARYING?

878


What is the usage of comp fields in cobol?

894


what happens if parmparameter passes zero bytes to the program

1889