When using a PERFORM loop with the VARYING clause, the _______ clause defines the initial and final values for the loop control variable.

  • BY
  • FROM
  • THRU
  • TO
The VARYING clause in a COBOL PERFORM loop is used along with the FROM and TO keywords to specify the initial and final values for the loop control variable, determining the range of iteration.
Add your answer
Loading...

Leave a comment

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