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


Please Help Members By Posting Answers For Below Questions

What are the rules of the move verb?

706


Are you comfortable in cobol or jcl?

643


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.

5687


Write a cobol program making use of the redefine clause.

731


Explain how to differentiate call by context by comparing it to other calls?

689






please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1024


How do you differentiate between cobol and cobol-ii?

656


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)?

631


What is the difference between Call and a Link?

698


What is the local-storage section?

681


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8654


What is the difference between goback, stop run and exit program in cobol?

927


What is an in line perform? When would you use it? Anything else you wish to say about it.

645


what happens if parmparameter passes zero bytes to the program

1667