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
i want a program using by if, evaluate , string, unstring, perform, occurs?
Name the divisions, which are available in a cobol program?
Can we redefine the field of x(200) to less than 200?
how do you reference the variable unblock file formats from cobol programs
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between binary search and sequential search?
Difference between cobol and cobol-ii?
Explain what you understand by passing by value.
IF I mention stop run in CICS what happens?
what are decleratives in cobol?
What is cobol?
When is inspect verb is used in cobol?
What are declaratives and what are their uses in cobol?
How to remove 2 duplicate records and copy only one using job control language?