Stops executing the current DATA step, SAS job, or SAS session.
Valid in: | a DATA step |
Windows specifics: | Action of the ABEND and RETURN options; maximum value of condition-code |
See: | ABORT Statement in SAS Statements: Reference |
causes abnormal termination of the current SAS job or session for the current process. Further action is based on how your operating environment and site treat jobs that end abnormally.
causes the immediate normal termination of the current SAS job or session. A condition code is returned indicating an error if a job ends abnormally.
enables you to specify a condition code that SAS returns to its calling program. The value of n must be an integer. Return codes 0 - 6 and those values greater than 997 are used by SAS.
causes the execution of the submitted statements to be canceled. Results depend on the method of operation.
suppresses the output of all variables to the SAS log.
is an integer value that enables you to specify a condition code: