Chapter Contents

Previous

Next
RUN

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


Chapter Contents

Previous

Next

Top of Page

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