COMDEF System Option: Windows

Specifies the location where the SAS Command window is displayed.
Valid in: configuration file, SAS invocation
Category: Environment control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Default: BOTTOM CENTER
Windows specifics: all

Syntax

-COMDEF TOP | CENTER | BOTTOM
<LEFT | CENTER | RIGHT>

Required Arguments

TOP | CENTER | BOTTOM
specifies the vertical position of the Command window. The default value is BOTTOM.
LEFT | CENTER | RIGHT
specifies the horizontal position of the Command window. The default value is CENTER.

Details

You must specify a vertical position first. You do not have to specify a horizontal position, but if you omit it, CENTER is used.
Note: The Command window is positioned with respect to your entire display, not to the main SAS window. Also, the COMDEF system option applies only when the command bar is not docked to the main SAS window.