In COBOL, the _______ statement is used to perform a series of statements repeatedly.

  • ITERATE
  • LOOP
  • PERFORM
  • REPEAT
The PERFORM statement in COBOL is used to create loops, allowing a series of statements to be executed repeatedly. It provides various clauses for controlling the loop, such as UNTIL, WITH TEST BEFORE, and WITH TEST AFTER.
Add your answer
Loading...

Leave a comment

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