Chapter Contents

Previous

Next
AWSDEF

AWSDEF



Specifies the location and dimensions of the main SAS window when the SAS System initializes

Default: 0 0 100 100
Valid in: configuration file, SAS invocation, OPTIONS statement
Windows specifics: all


Syntax
Details

Syntax

-AWSDEF row-percent-position column-percent-position height-percent width-percent
AWSDEF=row-percent-position column-percent-position height-percent width-percent

row-percent-position and column-percent-position
specify screen percentages that control the position of the upper-left corner of the main SAS window. For example, if you specify 50 for each of these, the upper-left corner of the SAS window is positioned in the center of your display.

The valid range of values for these parameters is 40 through 100.

height-percent and width-percent
specify screen percentages that control the size of the main SAS window. For example, if you specify 100 for each of these, the SAS window occupies your entire display. If you specify 50 for each of these, the SAS window occupies half of your display.

The valid range of values for these parameters is 40 through 100.


Details

The AWSDEF system option specifies the location and dimensions of the main SAS window when the SAS System initializes. For an example of how to use the AWSDEF system option, see Changing the Size and Placement of the Main SAS Window.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.