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

How do you filter out the rows retrieved from a Db2 table ?

1 Answers  


How to check table size in db2 sap?

0 Answers  


is it compulsory commitment control in journal?

0 Answers   TCS,


What is SPUFI?

4 Answers  


what is the role of the cursor in db2?

0 Answers  






What is dbrm? What it contains?

0 Answers  


How to retrieve rows from a db2 table in embedded sql?

0 Answers  


What is the difference between bind and rebind in db2?

0 Answers  


How do you select a row using indexes in db2?

0 Answers  


Can a Db2 table data be retrived through JCL?

4 Answers  


How are write I/Os from the buffer pool executed?

1 Answers  


How to execute stored procedure in db2 command editor?

0 Answers  


Categories