What is the primary purpose of the COBOL Procedure Division?

  • To declare data elements
  • To define the file structure
  • To handle program termination
  • To specify the processing logic for the program
The COBOL Procedure Division is used to specify the processing logic for the program. It contains the statements that define the sequence of operations to be performed during program execution.
Add your answer
Loading...

Leave a comment

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