What is Static,Dynamic linking ?
Answers were Sorted based on User's Feedback
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 |
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 |
) How do you access the migrate the data from production region to development region
What do you understand by passing by reference and passing by content?
What type of SDLC u followed? Why?
Are you comfortable in cobol or jcl?
what is search and searchall?what is the diffrence between them?give an best example?
What is the use of intialize verb?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
how to move the records from file to array table. give with code example
If we use GO BACK instead of STOP RUN in cobol?
what are the steps to sort in a cobol program?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.