When using a PERFORM loop with the VARYING clause, the _______ clause determines how the loop control variable changes in each iteration.

  • BY
  • FROM
  • THRU
  • VARYING
In a PERFORM loop with the VARYING clause, the BY clause determines the increment or decrement applied to the loop control variable in each iteration. It specifies the step size for the loop.
Add your answer
Loading...

Leave a comment

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