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

What is dpf in db2?

666


What is the maximum size of varchar data type in db2?

645


Why db2 is called db2?

595


Which components manage deadlocks in db2?

615


How can the duplicate values be eliminated from db2 select?

632






Define sqlca.

650


File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?

2379


what is db2 restart?

1694


What is the max length of sqlca?

768


What is consistency token in db2?

641


List down the types of triggers in the db2 database?

592


What is table space in db2?

584


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

659


Why select is not preferred in embedded sql programs?

715


What is drop table?

584