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.
Loading...
Related Quiz
- What are some potential advantages and disadvantages of using the REDEFINES clause in COBOL programming?
- When removing duplicate records from a COBOL file, you may use the _____ operation to merge duplicate entries.
- The Data Division in COBOL is responsible for describing the structure and ________ of data items used in the program.
- What is the role of the "THRU" keyword in the "EVALUATE" statement?
- How does COBOL handle record locking when multiple programs access the same file in "I-O" mode?