What is Static and Dynamic linking ?
Answers were Sorted based on User's Feedback
Answer / akviswa
Ex for static linking-
Call "PGMNAME"
Dynamic linking-
01 ws-pgmname pic x(8) value "PGMNAME".
Call ws-pgmname
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / vampire
good example for this is call by refference and call by value
call by refference it is a static linking once subprogram
modified it effects the main program
call by value is dynamic linking modifying the subprogram
wont effect the main program
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / ms. stanley
If the Subroutine Load is created dynamically when the
program is executed and the load is available for Linking at
run-time is called as Dynamic Linking
When the Subroutine load is separately available for Linking
is called as Static Linking
| Is This Answer Correct ? | 1 Yes | 6 No |
What do you understand by passing by reference and passing by content?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
When can the USING phrase be included in the call statement ?
How to retain the Duplicates in the one records?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Write the code to count the sum of n natural numbers.
How to define a array dynamically.....
What was removed from COBOL in the COBOL II implementation?
What rules are followed by the search verb.
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?