what is difference between Static call and Dynamic call?
How does it function?



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

Post New Answer

More DB2 Interview Questions

can any one expalin check point with an example?

1 Answers  


What are union and union all?

0 Answers  


Is it possible to precompile if db2 goes down?

4 Answers   Target,


What is the syntax of SELECT statement when embedded in a COBOL program?

2 Answers  


what is a collection?

2 Answers  


What is buffrpool? Where we use it ?

2 Answers   Tesco,


What is host variable?

0 Answers  


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.?

3 Answers  


What is buffer pool?

0 Answers  


What is a synonym ?

2 Answers  


What is an instance database?

0 Answers  


List down the types of triggers in the db2 database?

0 Answers  


Categories