Chapter Contents

Previous

Next
GOTO

GOTO



Jumps execution to the specified script statement

All connections


Syntax
Syntax Description

Syntax

GOTO label;

Syntax Description

label
is a reference to a labeled statement elsewhere in the script.

Details

The GOTO statement causes script execution to jump to the specified script statement. The GOTO statement can also be written as GO TO.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.