Which of the following statements is true?
Reveal answer
Fill a bubble to check yourself
Which of the following statements is true?
CONTINUE statement gives control to the verb following the next period.
NEXT SENTENCE gives control to the verb after the explicit scope terminator.
CONTINUE gives control to the verb after the explicit scope terminator.
None of the above
In COBOL the CONTINUE verb is a no‑operation that passes control to the next executable statement after the current scope terminator, such as the end of a paragraph or section. Therefore the statement that describes CONTINUE giving control after the explicit scope terminator is true.