Language Reference |
stops execution of statements
The STOP statement stops the IML program, and no further matrix statements are executed. However, IML continues to execute if more statements are entered. See also the descriptions of the RETURN and ABORT statements.
If IML execution was interrupted by a PAUSE statement or by a break, the STOP statement clears all the paused states and returns to immediate mode.
IML supports STOP processing of both regular and function modules.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.