what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / khamuruddin mohammed
Indentification Division
program-id
That's it..pgm will compile with the above 2 lines
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How you can read the file from bottom?
What are the different rules for performing sort operation?
What is the difference between PIC 9.99 and 9v99 in COBOL?
HOw can I get the negative sign while deduct high value from low value
What are the different types of condition in cobol and write their forms.
How do we get current date from system with century in COBOL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How are the next sentence and continue different from each other?
What type of SDLC u followed? Why?
In COBOL programming, what is PERFORM? What is VARYING?
what is the difference between COBOL2 AND COBOL390?
how to access the file from prodution from changeman tool and to submit a file to production
What are the different open modes available in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between Call and a Link?