Previous Page | Next Page

SAS Commands under Windows

GSUBMIT Command: Windows



Submits SAS code stored in the Windows clipboard.
Windows specifics: valid value for paste-buffer-name

Syntax
Details
See Also

Syntax

GSUBMIT BUF=paste-buffer-name | "SAS-statement-1;...SAS-statement-n;"


Details

Under Windows, if the paste-buffer-name argument is specified, it must be DEFAULT. The Windows clipboard is the default paste buffer.

SAS statements in the Windows clipboard will not be submitted using the GSUBMIT command if a procedure that you submitted using the Enhanced Editor is still running. You can copy the SAS statements to a new Enhanced Editor window and then submit them.


See Also

Previous Page | Next Page | Top of Page