The _____ statement in COBOL is used for looping and repetition.
- EVALUATE
- IF
- MOVE
- PERFORM
The PERFORM statement in COBOL is used for looping and repetition. It allows a set of statements to be executed iteratively based on a specified condition or a fixed number of times.
Loading...
Related Quiz
- When dealing with duplicate records in COBOL files, what are some common techniques for identifying duplicates?
- What is the benefit of using an index in COBOL arrays and tables?
- In COBOL, _______ locks allow multiple users to read a file simultaneously, but only one user can write to it.
- When working with databases in COBOL, what does SQL stand for?
- The _____ clause allows a variable to be shared among multiple programs in a COBOL application.