Multiple choice technology programming languages

PROGRAM-ID is optional paragraph in any program

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PROGRAM-ID is a mandatory paragraph in COBOL, not optional. Every COBOL program must have a PROGRAM-ID clause in the IDENTIFICATION DIVISION to identify the program to the compiler and system.