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 are union and union all?
i have a table like this : Name ADDRESS Toto 123 ... Toto 456 ToTo 678 I would like to delete 2 last row...please tell me how to delete its
What is copy pending and check pending in db2?
what's the best lock size that you could use when you create a tablespace?
What is a host variable?
database DSNDB01 means a.db2 catalog b.db2 directory c.BSDS d.active logs answer with reason please
Can we install 2 different versions of Db2 on same mainframe?
What types of tables are there in the db2 database?
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
Describe what a storage group(STOGROUP) is?
What is an asychronous write?
i have a db2 variable how do u declare tht into working storage section ?