GO

Starts or resumes execution of the DATA step.

Category: Controlling Program Execution
Alias: G

Syntax

GO <line-number | label>

Without Arguments

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.

Optional Arguments

line-number

gives the number of a program line at which execution is to be suspended next.

label

is a statement label. Execution is suspended at the statement following the statement label.

Details

The GO command starts or resumes execution of the ...

Get Step-by-Step Programming with Base SAS 9.4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.