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 find the maximum value in a column in the db2 database?
What is the difference between drop table and delete table?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
Why do chiropractors use drop table?
What is the role of the data page in the db2 database?
What is reorg?
How and when does the db2 enforces the unique key?
What is null in db2?
What's The Error Code For Unique Index Voilation?
What is alias in db2?
What is an instance database?
Define sqlca.
How can we retrieve the total number of records in RPG & CLLE?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.