What is tne need to use sub programs in Cobol?
Answer Posted / vinay sonar
subprogram is used so that many programs can be merged into
single programs.also it reduces the required storage space
and no need to decleare variables again
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Write a cobol program making use of the redefine clause.
Mention the guidelines to write a structured cobol program?
State the various causes of s0c1, s0c5 and s0c7.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the compute verb? How is it used?
HOw can I get the negative sign while deduct high value from low value
what happens if parmparameter passes zero bytes to the program
What is cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
explain sorting techniques in cobol program?
how to convert the recors form vsam file to db2 table tru file aid
What are all the divisions of a COBOL program?