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
How to execute stored procedures?
When do you specify the isolation level?
What is the use of db2 optimizer?
How to view db2 table structure?
What is the clustering index in the db2 database?
What is the function of logging in the db2 database?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
Explain package in db2 and its advantages?
Can you tell me how can you find out the # of rows updated after an update statement?
How do I delete a table in database?
What is the advantage in De-normalizing tables in DB2?
What are the uses of db2 optimizer?
what are bind concepts in db2 cobol?
What is meant by explain?
What is db2 stogroup?