What are differences between Static Call and Dynamic Call?
Answer Posted / guest
Calling With in the program is called static call.
Calling out side the program (other program) is called
Dynamic call.
Main and sub-programs are stored in single load module
in static call.Main and sub-programs are stored in
different load module in synamic call.
If u are made any change in static call uging program
u need to re run all the programes or load module. In
dynamic call Just u can run in which program u r made
changes or in which load module.
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what are decleratives in cobol?
What kind of error is trapped by on size error option?
Mention the guidelines to write a structured cobol program?
What are various search techniques in cobol? Explain.
Can we redefine the field of x(200) to less than 200?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
A table has two indexes defined. Which one will be used by the SEARCH?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are the different rules to perform a Search?
how do you reference the esds vsam file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
HOw can I get the negative sign while deduct high value from low value
Can a Search can be done on a table with or without Index?