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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

List some fields from sqlca?

799


What is a collection in db2?

770


What is image copy in db2?

752


How to find schema of a table in db2?

747


What is database manager in db2?

751


Give the name of some fields form sqlca.

814


What action db2 takes when a program aborts in the middle of a transaction?

873


What is scrollable cursor in db2?

795


Differentiate between cs and rr isolation levels? Where do you specify them?

820


Explain about rct.

858


What is deadlock in db2?

801


What does db2 plan contain?

754


What is copy pending status in db2?

869


How can you count the number of rows from a table tab?

834


What is copy pending and check pending in db2?

750