Multiple choice technology mainframe

EJECT is used for creating a new page in the compiler listing.

  1. True

  2. False

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

The EJECT statement in COBOL is used to force a page break in the compiler listing output. When the compiler encounters EJECT, it advances to a new page before continuing compilation. This helps organize the listing into logical sections for better readability and debugging.