In COBOL, the Identification Division and PROGRAM-ID are mandatory for every program. The Data Division is mandatory only if the program uses data, and the Report Section and Linkage Section are optional. The question specifically asks for mandatory components, making Identification Division and PROGRAM-ID the correct answer.