GSUBMIT Command: Windows

Submits SAS code stored in the Windows clipboard.

Windows specifics: valid value for paste-buffer-name

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 are not 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

“Using the GSUBMIT Command” in the “Using External Files” section in SAS Companion for Windows