what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / guest
Milind , your answer is absolutely wrong .
If you compile yoru program - with a only"procedure
division - you will get belwo erros -
E A "IDENTIFICATION DIVISION" header was not found in
this program. It was assumed present.
E A "PROGRAM-ID" paragraph was not found. Program-
name "CBLNAM01" was assumed.
Otherwise - ans#1 andans#2 are absolutely
correct .
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the fixed unblock file formats from cobol programs
What are the rules of the move verb?
What is link edit in cobol?
How you can read the file from bottom?
Explain the configuration section of a cobol program with examples of syntax.
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 define dynamic array in cobol.
What the difference is between continue and next sentence?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is a report item?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do get the result of your program directly on your pc?
What rules are followed by the search verb.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?