what is difference between Static call and Dynamic call?
How does it function?
Answer Posted / girish kumar
STATIC CALL DYNAMIC CALL
1. call with in the program is 1. call outside of the prog
called static call is called dynamic call.
2. Main program and sub program 2. Main program and sub-
both are stored in same load program stored in
module. different load
modules.
3. It will reserve some space to 3. It doesn't reserve
sub-program before the space for sub-prog
execution. before the execution
By the load module we can identify weather static
call or dynamic call, both main and sub programs stored
in same load module that is main program.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are catalog tables in db2?
What are the benefits of using the db2 database?
How is deadlock resolved?
How do I optimize a query in db2?
How can you do the explain of a dynamic sql statement?
What are the contents of a dclmgen?
What is blu acceleration in db2?
How can deadlocks be resolved?
How to check table size in db2 sap?
What are the prerogatives?
What is the max length of sqlca?
What is copy pending and check pending in db2?
Explain about cursor stability?
What is buffer pool and list some of them?
How do we specify index to include or not during bind process.