Multiple choice technology mainframe

EXIT - What does it do?

  1. Does Nothing!

  2. Terminates the program.

  3. Terminates the paragraph.

  4. Terminates the loop.

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

In COBOL, the EXIT statement is a no-operation statement that simply provides a common end point for a series of procedures or a paragraph. It does not terminate the program, loop, or paragraph on its own; it merely acts as a placeholder.