Rational Developer for System z
COBOL for Windows, Version 7.5, Language Reference


EJECT statement

The EJECT statement specifies that the next source statement is to be printed at the top of the next page.

Format
Read syntax diagramSkip visual syntax diagram>>-EJECT--+---+------------------------------------------------><
          '-.-'  
 

The EJECT statement must be the only statement on the line. It can be written in either Area A or Area B, and can be terminated with a separator period.

The EJECT statement must be embedded in a program source. For example, in the case of batch applications, the EJECT statement must be placed between the CBL (PROCESS) statement and the end of the program (or the END PROGRAM marker, if specified).

The EJECT statement has no effect on the compilation of the source unit itself.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)