what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / pratap
Hi All,
Only first two lines are enough for successful compilation
for a program.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
) How do u handle errors in BMS macro
Explain about different table spaces.
what is the difference between COBOL2 AND COBOL390?
how do you reference the printer file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the different types of condition in cobol and write their forms.
What is the difference between perform … with test after and perform … with test before?
What are different data types in cobol?
What are declaratives and what are their uses in cobol?
What are 77 levels used for?
What are the pertinent COBOL
Which Search verb is equivalent to PERFORM…VARYING?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?