Previous Page | Next Page

SAS Commands under Windows

X Command: Windows



Enters operating environment mode or allows you to submit a Windows command without ending your SAS session.
Windows specifics: valid values for command syntax

Syntax
Details
See Also

Syntax

X <'command '>;

no argument

open a DOS command window.

command

specifies the command that you want to execute.


Details

This form of the X command issues one command. The command is passed to the operating environment and executed. If errors occur, the appropriate error messages are displayed.


See Also

Previous Page | Next Page | Top of Page