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 the size of a data page?
Plan has the optimized access path in it. But is that optimized access path is attained or known
List some fields from sqlca?
Can SQL statements/queries be included in a copybook?
what is dynamic cursor?gives syntax for this?
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
What are the abend codes occour in ur latest PROJECT in DB2
How can record locking be achieved in those DB2 versions which do not support it?
What do you mean by storage group (stogroup)?
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
How to test SQL -911 error while developing COB-DB2 program
what are bind concepts in db2 cobol?