Chapter Contents |
Previous |
Next |
STOP |
All connections |
Syntax |
Syntax |
STOP; |
The STOP statement halts execution of remaining script statements. The STOP statement is used to terminate script execution under normal conditions. Typically, you use the STOP statement at the end of a group of statements that perform sign-on tasks or sign-off tasks.
To halt execution under abnormal conditions, use the ABORT statement.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.