Programming Statements

Stopping Execution

You can stop execution with a PAUSE, STOP, or ABORT statement. The QUIT statement is also a stopping statement, but it immediately removes you from the IML environment; the other stopping statements can be performed in the context of a program. Following are descriptions of the PAUSE, STOP, and ABORT statements.


PAUSE Statement

STOP Statement

ABORT Statement

Previous Page | Next Page | Top of Page