what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / sagar lahulkar
I think four lines are required
Identification division
Progam I'd..
Procedure division
Display
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is redefines clause in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the different types of condition in cobol and write their forms.
What is the difference between PIC 9.99 and PIC9v99?
How to remove 2 duplicate records and copy only one using job control language?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do get the result of your program directly on your pc?
How to print 10 to 1 if the input have only 10 digit number?
What is the utilization of copybook in cobol?
What are all the divisions of a COBOL program?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Difference between cobol and cobol-ii?