What divisions, sections and paragraphs are mandatory for a
COBOL program?
Answer Posted / guest_1
In order to compile and run a COBOL program under MVS,
ID DIVISION.
PROGRAM-ID. DUMMY.
are more than enough.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how do you reference the printer file formats from cobol programs
What is the use of intialize verb?
In which area will you utilize 88 level items in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is Pic 9v99 Indicates in COBOL?
What is the difference between Call and a Link?
What are the cobol coding sheets?
how to move the records from file to array table. give with code example
How do you get the data to code the BMS macro?
How to know whether the module is dynamical or statistical?
How do define dynamic array in cobol.
What is length is cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?