In a COBOL program, what is the significance of the "PROCEDURE DIVISION"?

  • It contains the actual executable statements of the program
  • It contains the data declarations for variables used in the program
  • It declares the data types used in the program
  • It specifies the inputs and outputs of the program
The "PROCEDURE DIVISION" in COBOL contains the actual executable statements of the program. It is where the logic and processing instructions are written to perform the desired tasks.
Add your answer
Loading...

Leave a comment

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