Previous Page
|
Next Page
RETURN
Signals the end of a routine.
Syntax
Details
Syntax
RETURN
;
Details
The RETURN statement indicates the end of a group of statements that form a routine in a script. The routine begins with a statement label and is invoked by a CALL statement.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page