What does the "IDENTIFICATION DIVISION" in a COBOL program contain?

  • Execution logic
  • File descriptions
  • Program name, author, date written, and other identifying information
  • Variable declarations
The "IDENTIFICATION DIVISION" in a COBOL program contains information about the program, including its name, author, date written, and other identification details. It provides metadata about the program.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *