Question: Explain the concept of the PERFORM VARYING statement.Answer: The PERFORM VARYING statement in COBOL is used for iterative processing. It allows a specified set of statements to be repeated while incrementing or decrementing a loop variable.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users: