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

Outputs of explain are with matchcols = 0. What does this signify?

0 Answers  


What does reorg do in db2?

0 Answers  


what is a plan and how do you refer the plan in the program?

2 Answers   Xansa,


Update command

1 Answers  


Explain various types of locks in db2?

0 Answers  


When Can you be sure that a query will return only one row?

4 Answers   IBM,


What are union and union all?

0 Answers  


How do I delete a column in db2?

0 Answers  


define clustering index.

0 Answers  


What is Call attach facility? How does it work?

1 Answers   Syntel,


Where could you look if you had a question about whether a column has been defined as an index?

2 Answers  


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

0 Answers   HeadStrong,


Categories