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
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is perform what is varying?
Explain about different table spaces.
For rewrite, why is it mandatory that file needs to be opened?
Name the divisions, which are available in a cobol program?
how do you define single dimensional array and multidimensional array in your cobol?
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)?
how to refer the data field?
What are the pertinent COBOL
What type of SDLC u followed? Why?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how to convert the recors form vsam file to db2 table tru file aid
how do you reference the ksds vsam file formats from cobol programs
Describe the cobol database components?
how do you reference the variable unblock file formats from cobol programs