Which section of a COBOL program includes the program's logic and calculations?

  • DATA DIVISION
  • ENVIRONMENT DIVISION
  • IDENTIFICATION DIVISION
  • PROCEDURE DIVISION
The "PROCEDURE DIVISION" of a COBOL program is where the actual logic, calculations, and executable statements are written. It contains the operational part of the program.
Add your answer
Loading...

Leave a comment

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