What is the purpose of the COBOL Data Division?

  • To declare variables for arithmetic operations
  • To define the data items used in the program
  • To handle file input and output
  • To specify the sequence of program execution
The COBOL Data Division is used to define the data items that the program uses. It includes the description of variables, constants, and records necessary for processing data in the program.
Add your answer
Loading...

Leave a comment

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