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


Please Help Members By Posting Answers For Below Questions

If you are current on the owner of a set, what is the difference between obtain next and obtain first?

866


how do you reference the fixed unblock file formats from cobol programs

938


What are the rules of the move verb?

958


What is link edit in cobol?

947


How you can read the file from bottom?

883


Explain the configuration section of a cobol program with examples of syntax.

878


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.

2244


How do define dynamic array in cobol.

867


What the difference is between continue and next sentence?

877


What is the difference between PIC 9.99 and 9v99 in COBOL?

989


What is a report item?

914


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.

6101


How do get the result of your program directly on your pc?

2076


What rules are followed by the search verb.

839


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

976