Multiple choice technology mainframe

CONTINUE is like a null statement (do nothing) , while NEXT SENTENCE transfers control to the next sentence

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In COBOL, CONTINUE is a no-op statement that transfers control to the next sequential instruction, while NEXT SENTENCE transfers control to the first statement following the next period, making the statement true.