SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3

Executes the previously entered SAS statements

Valid: anywhere

Category: Program Control

Syntax

RUN <CANCEL>;

Without Arguments

Without arguments, the RUN statement executes the previously entered SAS statements.

Arguments

CANCEL

Details

Although the RUN statement is not required between steps in a SAS program, using it creates a step boundary and can make the SAS log easier to read.

Examples

Категории