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 |
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
What are the functions like c or c++ in cobol?
Without using move verb how to move one variable to another.
How to increase the logical record length of existing PS file?
How to read a record from bottom of a file which is indexed by 'A'.
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
Can we move X(9) to 9(9). If yes what are the ways for doing this?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
In the JCL, how do you define the files referred to in a subroutine ?
which is better comp or comp-3 in terms of memory utilization?