SAS Commands under Windows |
Windows specifics: | valid options |
Syntax | |
Details | |
See Also |
Syntax |
COMMAND <<WINDOW <"title"> | BAR <SORT=MCU|MRU><FOCUS><MAX=max-commands><AUTOCOMPLETE | NOAUTOCOMPLETE>> | CLOSE> |
specifies to display the command bar as a separate window that can be moved anywhere on the desktop. The "title" argument is optional and must be enclosed in double quotes. When you specify title, the command window appears with title as the title.
specifies to display the command bar in a stationary location, underneath the menu bar.
specifies how you want SAS to sort the commands in the command bar drop-down list. You can sort commands in the order that you most commonly use them (MCU) or that you most recently used them (MRU).
You must specify the WINDOW or BAR argument in the command before specifying the SORT argument.
specifies the maximum number of commands to "remember" in the command bar drop- down list. Valid values are 0 through 50.
You must specify the WINDOW or BAR argument in the command before specifying the MAX argument.
specifies whether the command bar attempts to match the command that is being typed with commands that were previously typed.
You must specify the WINDOW or BAR argument in the command before specifying the SORT argument.
Details |
You can set some of these options by using the Customize Tools dialog box. However, you can specify a title for the Command window only by using this command.
If you issue COMMAND FOCUS when the command bar is closed
The command bar is opened in the state that it was in before it was closed, either docked to the main SAS window or undocked as a separate window.
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.