What is tne need to use sub programs in Cobol?
Answers were Sorted based on User's Feedback
Answer / chowdary
reusabulity of code and coding time will be reduced
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / 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 |
How do define dynamic array in cobol.
Define cobol?
plz,could any one tell me? what about EBCDIC in cobol?briefly?
How do u write test cases?
file status 00 is checked after opening the file or reading the file
What are the different rules for performing sort operation?
which one is the best of com and com-3.using of real time ?
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
I got user abend U4038 while compiling my runjcl.. can anyone help me?
How can you get the ksds file records into your cobol program?
Write a program to concert an Indexed file into Sequential file?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.