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 |
What techniques are used to retrieve data from more than one table in a single SQL statement?
What is explain plan in db2?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
What is null in db2?
What is isolation level?
What is a NULL value? What are the pros and cons of using NULLS?
how 2 resolve the -311 sqlcode
What is the error code -803 ?
How to fetch the last row from the table in SQL (db2)?
Name the various locking levels available?
What is meant by a unit of recovery?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?