Previous Page | Next Page

SAS Commands under Windows

SUBTOP Command: Windows



Submits the first n lines of a SAS program for processing.
Windows specifics: valid in the Enhanced Editor and the Program Editor

Syntax
Details
See Also

Syntax

SUBTOP <n>

no argument

specifies to submit only the top line of the program for processing.

n

specifies to submit the first n lines of the program for processing.


Details

When the Clear text on submit check box is selected in the Enhanced Editor Options dialog box, all of the submitted lines are deleted from the window when you issue the SUBTOP command.


See Also

Previous Page | Next Page | Top of Page