what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / ravikumar. r
Identification division.
program-id. ABCDE.
Procedure division.
display 'abcd'.
stop run.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
Write down the divisions of cobol program?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Mention the guidelines to write a structured cobol program?
How arrays can be defined in COBOL?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What the difference is between continue and next sentence?
What is cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is redefines clause in COBOL?
Define cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
In COBOL, what is the different between index and subscript?
Difference between cobol and cobol-ii?
what is the use of outrecord?