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 |
how can we retrieve the 100 records of the file ?
Where can you declare a cursor in a cobol-db2 program?
Give the name of some fields form sqlca.
wht is d/f between union and joins ?
if i made sme changes in sub pgm wht r the things to be done for this ?
What are the contents of a dclmgen?
What is reorg and runstats in db2?
What is a DB2 access path?
where can we use index and subscript ? with example ?
Can one database have multiple instances?
What is the connection string to connect to the DB2 Database ?
What is SPUFI?