Chapter Contents |
Previous |
Next |
SAS Companion for the OpenVMS Operating Environment |
abort n; abort return n; abort abend n;where n can range from -2,147,483,648 to 2,147,483,647.
If you issue these statements without specifying n, then SAS$STATUS is set to the following values:
abort;
abort return;
abort abend;
If a fatal error occurs and the SAS session does not terminate normally, then SAS$STATUS is set to either 999 or 998, depending on the type of internal error.
For more information about the ABORT statement, see ABORT and SAS Language Reference: Dictionary.
Value of $SEVERITY | Severity Level | |
---|---|---|
0 | WARNING | |
1 | SUCCESS | |
2 | ERROR | |
3 | INFORMATIONAL | |
4 | FATAL |
Condition | Severity Level | Return Code Value | |
---|---|---|---|
All steps terminated normally | SUCCESS | "%X1801A261" | |
SAS issued warning(s) | WARNING | "%X1801A3E0" | |
SAS issued error(s) | ERROR | "%X1801A44A" | |
User issued the ABORT statement | INFORMATIONAL | "%X1801A303" | |
User issued the ABORT RETURN statement | INFORMATIONAL | "%X1801A30B" | |
User issued the ABORT ABEND statement | FATAL | "%X1801A4F4" | |
SAS terminated abnormally | FATAL | "%X1801A4FC" | |
Core internal error | FATAL | "%X1801A4E4" | |
Host internal error | FATAL | "%X1801A4EC" |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.