Language Reference

ABORT Statement

stops execution and exits IML

ABORT ;

The ABORT statement instructs IML to stop executing statements. It also stops IML from parsing any further statements, causing IML to close its files and exit. See also the description of the STOP statement.

Previous Page | Next Page | Top of Page