Previous Page
|
Next Page
GOTO
Redirects execution of a script to the specified script statement.
Syntax
Details
Syntax
GOTO
label
;
Syntax Description
label
specifies a labeled statement that is located elsewhere in the script.
Details
The GOTO statement can also be written as GO TO.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page