Multiple choice technology mainframe

NEXT SENTENCE & CONTINUE

  1. Gives control to the verb following the next period & gives control to the next verb after the explicit scope terminator.

  2. Gives control to the next verb after the explicit scope terminator & gives control to the verb following the next period.

  3. Both are same.

  4. Control goes to the next paragraph & control goes to next section

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

NEXT SENTENCE transfers control to the statement immediately after the next period (sentence terminator), while CONTINUE transfers control to the statement after the explicit scope terminator (like END-IF or END-PERFORM). They are not equivalent.