Cobol Question:

What divisions, sections and paragraphs are mandatory for a COBOL program?

Cobol Interview Question
Cobol Interview Question

Answer:

IDENTIFICATION DIVISION and PROGRAM-ID paragraph are mandatory for a compilation error free COBOL program.


Previous QuestionNext Question
What is the difference between Structured COBOL Programming and Object Alternativelyiented COBOL programming?What happens when we move a comp-3 field to an edited (say z (9). ZZ-)?