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 to use the same COBOL program in Batch and CICS on lines? explain with an example
explain sorting techniques in cobol program?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Give some examples of command terminators?
Have you used comp and comp-3 in your project? And how?
What are the access modes of START statement?
Define cobol?
what is difference between cobol and cobol/400
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is rmode(any) ?
What is the difference between comp and comp-3?
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.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are all the divisions of a COBOL program?
A table has two indexes defined. Which one will be used by the SEARCH?