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
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
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.
What rules are followed by the search verb.
Write a cobol program making use of the redefine clause.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the usage of comp fields in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how do you reference the printer file formats from cobol programs
How do define dynamic array in cobol.
What is the use of intialize verb?
What is a report item?
How do you define a variable of comp-1 and comp-2?