In COBOL, what is the purpose of the PERFORM statement?

  • To declare a paragraph
  • To define a section
  • To execute a set of statements repeatedly
  • To initialize variables
The PERFORM statement in COBOL is used to execute a set of statements repeatedly. It provides a way to create loops and control the flow of execution within the program.
Add your answer
Loading...

Leave a comment

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