what is difference between Static call and Dynamic call?
How does it function?
Answer / 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 |
What does DSNDB07 database do?
what is the difference between where clause and having clause
What is cursor stability?
how do we solve soc 7 and soc4 ?
What is the difference between drop table and delete table?
What is commit in db2?
Why do we bind in db2?
Can you search give an array in the WHERE clause of a db2 query?
What if we fail to give values in columns declared as NOT NULL ?
Can we install 2 different versions of Db2 on same mainframe?
In which column of which DB2 catalog would you find the length of the rows for all tables?
What is the function of logging in the db2 database?