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
List some fields from sqlca?
What is a collection in db2?
What is image copy in db2?
How to find schema of a table in db2?
What is database manager in db2?
Give the name of some fields form sqlca.
What action db2 takes when a program aborts in the middle of a transaction?
What is scrollable cursor in db2?
Differentiate between cs and rr isolation levels? Where do you specify them?
Explain about rct.
What is deadlock in db2?
What does db2 plan contain?
What is copy pending status in db2?
How can you count the number of rows from a table tab?
What is copy pending and check pending in db2?