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
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write a program to explain size error.
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the printer file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are different data types in cobol?
what are decleratives in cobol?
how do you reference the variable unblock file formats from cobol programs
What is the problem of ordered sequential files access?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is cobol?
What are the rules of the move verb?
In COBOL programming, what is PERFORM? What is VARYING?
What is the usage of comp fields in cobol?
what happens if parmparameter passes zero bytes to the program