Previous Page | Next Page

SAS/CONNECT Script Statements

RETURN



Signals the end of a routine.
Syntax

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.

Previous Page | Next Page | Top of Page