Multiple choice technology mainframe

What is the only statement in the EXIT para

  1. EXIT

  2. 1000-EXIT

  3. 1000_EXIT

  4. BOTH 1 and 2

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

1000-EXIT is the standard paragraph name for EXIT paragraphs in COBOL programs. The numbering convention (1000) places it at the end, and the hyphenated format is standard COBOL paragraph naming.