The CONTINUE statement is often used in COBOL error handling to ___________ the program's normal flow.
- Bypass
- Interrupt
- Maintain
- Resume
The CONTINUE statement in COBOL is used to resume the program's normal flow after error handling. It allows the program to continue executing subsequent statements in the same scope.
Loading...
Related Quiz
- The REDEFINES clause is used to __________ a group data item with another data item.
- The "WHEN OTHER" condition in the "EVALUATE" statement is similar to the "OTHERWISE" clause in a _____ statement.
- In a COBOL program for managing employee records, you need to represent each employee's details, including name, ID, and salary. Which type of COBOL data item would be most appropriate for this purpose?
- Which COBOL intrinsic function is commonly used to manipulate date and time values?
- What is the purpose of the REDEFINES clause in COBOL?