which is better either static call or dynamic call?
and why?
Answer Posted / joshin
dynamic call is far better than static because the final
result is storeded in two records ie main program and sub
program. so when ever we need we can call the sub program
for other main program also.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
IF I mention stop run in CICS what happens?
What is report-item in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
What is a SSRANGE and NOSSRANGE?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
In COBOL, what is the different between index and subscript?
Which is not true about evaluate statement
Explain how you can characterize tables in cobol?
How do you reference the fixed block file formats from cobol programs
How many bytes S(8) comp field occupy and its maximum value?
What is amode(31)
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that