Previous Page | Next Page

Language Reference

STOP Statement

STOP ;

The STOP statement stops the program, and no further matrix statements are executed. However, PROC IML does not exit, and continues to execute if more statements are submitted. See also the descriptions of the RETURN and ABORT statements.

If execution was interrupted by a PAUSE statement or by a break, the STOP statement clears all the paused states and returns to immediate mode.

Previous Page | Next Page | Top of Page