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


Please Help Members By Posting Answers For Below Questions

how do you reference the rrds file formats from cobol programs

805


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2725


How can you get the ksds file records into your cobol program?

646


In COBOL programming, what is PERFORM? What is VARYING?

673






HOw can I get the negative sign while deduct high value from low value

1797


What is rmode(24)

684


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6840


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

722


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

678


) what is the difference between AID and HANDLE AID?

1637


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678


What is perform what is varying?

711


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.

5696