Chapter Contents |
Previous |
Next |
GO |
Category: | Controlling Program Execution |
Alias: | G |
Syntax | |
Without Arguments | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
GO <line-number | label> |
If you omit arguments, GO resumes execution of the DATA step and executes its statements continuously until a breakpoint is encountered, until the value of a watched variable changes, or until the DATA step completes execution.
Arguments |
Details |
The GO command starts or resumes execution of the DATA step. Execution continues until all observations have been read, a breakpoint specified in the GO command is reached, or a breakpoint set earlier with a BREAK command is reached.
Examples |
g
g 104
See Also |
Commands:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.