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
What is rmode(any) ?
What is the difference between comp and comp-3 usage?
Write a program to enter and display the names of students in a class using the occurs clause.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Write down the divisions of cobol program?
How can you get the ksds file records into your cobol program?
What are the different types of condition in cobol and write their forms.
Difference between cobol and cobol-ii?
What are various search techniques in cobol? Explain.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the LINKAGE SECTION used in COBOL?
What are the different open modes available in cobol?
how do you reference the printer file formats from cobol programs