Cobol Question: What divisions, sections and paragraphs are mandatory for a COBOL program? Cobol Interview QuestionAnswer: IDENTIFICATION DIVISION and PROGRAM-ID paragraph are mandatory for a compilation error free COBOL program. Previous QuestionNext QuestionWhat 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-)?