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
Give the name of some fields form sqlca.
How can you classify the locks in db2?
What is the difference between drop table and delete table?
What os does db2 run on?
What is the use of commit in db2?
Explain correlated sub-queries.
What is dbrm? What it contains? When it will be created?
How to compare data between two tables in db2?
What does a deadlock mean in DB2?
What is a page in db2?
What are the full forms of spufi and dclgen and why are they used?
What is a Foreign Key?
What are types of indexes?
Explain packages.
What is the difference between cursor stability and repeatable read isolation levels?