HLASM Language Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EJECT instruction

HLASM Language Reference
SC26-4940-06

The EJECT instruction stops the printing of the assembler listing on the current page, and continues the printing on the next page.
Read syntax diagramSkip visual syntax diagram
>>-+-----------------+--EJECT----------------------------------><
   '-sequence_symbol-'          

sequence_symbol
Is a sequence symbol.

The EJECT instruction causes the next line of the assembler listing to be printed at the top of a new page. If the line before the EJECT statement appears at the bottom of a page, the EJECT statement has no effect.

An EJECT instruction immediately following another EJECT instruction is ignored. A TITLE instruction immediately following an EJECT instruction causes the title to change but no additional page eject is performed. (The TITLE instruction normally forces a page eject.)

The EJECT instruction statement itself is not printed in the listing.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014