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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
Define cobol?
State the various causes of s0c1, s0c5 and s0c7.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is inspect in cobol ?
Are you comfortable in cobol or jcl?
what is the difference between COBOL2 AND COBOL390?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
In which area will you utilize 88 level items in cobol?
What are different data types in cobol?
Difference between cobol and cobol-ii?
Whats the difference between search & search ALL?
Explain how to differentiate call by context by comparing it to other calls?
Write the code implementing the perform … varying.
Write the code to count the sum of n natural numbers.