What divisions, sections and paragraphs are mandatory for a
COBOL program?
Answer Posted / hari
Id division.
Program-id. pgmname.
Procedure division.
STOP RUN.
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
In COBOL, what is the different between index and subscript?
What is amode(24)?
how do you reference the variable unblock file formats from cobol programs
Difference between array and sub-script ?
Describe the cobol database components?
Can a Search can be done on a table with or without Index?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
In which area will you utilize 88 level items in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How can you get the ksds file records into your cobol program?