Hi , I am posting some questons which are asked at
interview. These may help u for ur interview...
what is static and dynamic call?
Answers were Sorted based on User's Feedback
Answer / suman kumar
STATIC CALL: main program object program,sub program object
program loaded in one library
Dynamic call: main program object program, sub program
object program are loaded in different load library.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nagaraju domala
Static Call : System will establish logical links between
Main and Sub-programs at the time of Compilation where it
creates a unit called RUN-UNIT. When Main program is
invoked automatically all sub programs also loaded into
memory.
Dynamic Call : System will establish links between Main
program and sub programs at the time of execution(Run Time).
We use Different Call depents upon the application
requirement.
| Is This Answer Correct ? | 4 Yes | 0 No |
) what is the difference between AID and HANDLE AID?
how to know that the file has 300 records how to acess it?
Give some examples of command terminators?
Which mode is used to operate the sequential file?
How to read a 100 record from a file through cobol?
What is the use of LINKAGE SECTION?
How to retain the Duplicates in the one records?
What is the difference between comp and comp-3 usage?
What is the difference between CALL BY VALUE and CALL BY CONTENT?
What is the meaning of 'TALLING' verb in cobol?
What are the different rules of SORT operation?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?