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
What the difference is between continue and next sentence?
What are various search techniques in cobol? Explain.
In which area will you utilize 88 level items in cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How to know whether the module is dynamical or statistical?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the different types of condition in cobol and write their forms.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the access modes of START statement?
What are the different rules to perform a Search?
what is the use of outrecord?
IF I mention stop run in CICS what happens?
What are the different rules for performing sort operation?