Previous Page | Next Page

SAS Component Language Dictionary

RUN



Stops executing statements in the program section that is currently executing
Category: Control Flow
Comparisons: SAS Statement with limitations in SCL
Alias: RETURN

Syntax
Details
See Also

Syntax

RUN;


Details

In SCL, RUN is treated as an alias for RETURN.

For details about the RUN statement in the Base SAS language, see SAS Language Reference: Dictionary.


See Also

RETURN

STOP

Previous Page | Next Page | Top of Page