When a CONTINUE statement is encountered, it allows the program to ___________ executing subsequent statements in the same scope.
- Bypass
- Interrupt
- Maintain
- Resume
When a CONTINUE statement is encountered in COBOL, it allows the program to resume executing subsequent statements in the same scope, effectively bypassing the error handling code.
Loading...
Related Quiz
- In COBOL, the EXEC SQL _____ statement is used to declare an SQL cursor.
- In COBOL, how can you format a date in a specific way for displaying to the user or writing to a file?
- You are debugging a complex COBOL program, and you encounter a "segmentation fault." What does this error indicate, and what debugging steps would you take to address it?
- What is the key difference between the REDEFINES clause and the RENAMES clause in COBOL?
- How do you declare a global variable in COBOL?