what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / saravanan
#9 anjibabu answer is correct
In cobol program ID Division and procedure Division is mandontary.......
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
HOw can I get the negative sign while deduct high value from low value
What are the cobol coding sheets?
What are the different data types in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Name the divisions, which are available in a cobol program?
What is the difference between comp and comp-3?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how to refer the data field?
How do u write test cases?
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.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How are the next sentence and continue different from each other?
What is the difference between Call and a Link?