Previous Page | Next Page

SAS/CONNECT Script Statements

GOTO



Redirects execution of a script to the specified script statement.

Syntax
Syntax Description

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.

Previous Page | Next Page | Top of Page