Multiple choice technology mainframe

What does EXIT do ?

  1. Exits the paragraph

  2. Does Nothing

  3. Bring pointer back to starting point

  4. None of the Above

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

In COBOL, the EXIT statement is a paragraph terminator that performs no executable operation. It is typically used to end a paragraph without any processing, making 'Does Nothing' the correct answer.