Sets the options for the command bar or Command dialog box
Windows specifics: |
valid options
|
COMMAND <<WINDOW
<"title"> | BAR
<SORT=MCU|MRU><MAX=max-commands><AUTOCOMPLETE | NOAUTOCOMPLETE>> |
CLOSE>
|
- no
arguments
- toggles the command line on and off for
the active window.
- WINDOW <"title">
- specifies to display the Command dialog
box. The "title" argument is optional and must
be enclosed in double quotes. If you specify title,
the Command dialog box appears with title as
the title.
- BAR
- specifies to display the command bar in
a stationary location, underneath the menu bar.
- SORT=MCU|MRU
- specifies how you want SAS to sort the commands
that are stored in the Command window list. You can have the commands sorted
in the order of those that you most commonly use (MCU) or that you most recently
used (MRU).
You must specify the WINDOW or BAR argument on the command
before specifying the SORT argument.
- MAX=max-commands
- specifies the maximum number of commands
to "remember" in the Command window list. Valid values are 0 through
50.
You must specify the WINDOW or BAR argument on the command
before specifying the MAX argument.
- AUTOCOMPLETE | NOAUTOCOMPLETE
- specifies whether or not the command bar
attempts to match the command being typed with commands previously typed.
- CLOSE
- specifies to close the command bar or the
Command dialog box.
You can set some
of these options by using the Preferences dialog box General page. However, you can specify a title for the Command window
only by using this command.
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.