what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / nimsatprasad
First 2 lines are enough to minimum successfully compile
the cobol program
IDENTIFICATION DIVISION.
PROGRAM-ID. COVANSYS.
PROCEDURE DIVISION.
DISPLAY 'COVANSYS'.
STOP RUN.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
When is inspect verb is used in cobol?
How do you reference the following file formats from cobol programs?
What are different data types in cobol?
For rewrite, why is it mandatory that file needs to be opened?
Have you used comp and comp-3 in your project? And how?
What are the pertinent COBOL commands?
Are you comfortable in cobol or jcl?
How do get the result of your program directly on your pc?
What are the various section in data division and briefly explain them.
What the difference is between continue and next sentence?
How many bytes S(8) comp field occupy and its maximum value?
What is perform what is varying?
Which Search verb is equivalent to PERFORM…VARYING?