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 is rebind in db2?
Explain the use of the WHERE clause?
what is SMP/E? and what are the major steps of it? thanks...
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
Explain the contents that are a part of dclgen.
What is load replace in db2?
Do we need cursor for Count(*)?
can i code union in cobol-db2 pgm ?
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
What r the comman abends in db2, jcl and cobol???????
What Utility is used to migrate DB2 from one release to the next?
Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.