![]() Chapter Contents |
![]() Previous |
![]() Next |
| ABORT |
| Valid: | in a DATA step |
| Category: | Action |
| Type: | Executable |
| Syntax | |
| Without Arguments | |
| Arguments | |
| Details | |
| Comparisons | |
| Examples | |
| See Also |
Syntax |
| ABORT <ABEND | RETURN> <n>; |
| Without Arguments |
| Arguments |
Operating Environment Information:
The range of values for n depends on your operating environment.![[cautend]](../common/images/cautend.gif)
| Details |
Operating Environment Information:
The only difference between the ABEND
and RETURN options is that with ABEND further action is based on how your
operating environment and site treat jobs that end abnormally. RETURN simply
returns a condition code that indicates an error.
| Comparisons |
| Examples |
if volume=0 then abort 255; density=mass/volume;
| See Also |
Statement:
|
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.