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 |
can any one expalin check point with an example?
What are union and union all?
Is it possible to precompile if db2 goes down?
What is the syntax of SELECT statement when embedded in a COBOL program?
what is a collection?
What is buffrpool? Where we use it ?
What is host variable?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
What is buffer pool?
What is a synonym ?
What is an instance database?
List down the types of triggers in the db2 database?