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
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.
Have you used comp and comp-3 in your project? And how?
Why did you choose to work with ibm mainframe cobol programming?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How you can read the file from bottom?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write the code to count the sum of n natural numbers.
What do you understand by psb and acb?
Are you comfortable in cobol or jcl?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is amode(24)?
What is amode(31)
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the use of intialize verb?