Previous Page | Next Page

SAS System Options under Windows

AWSCONTROL System Option: Windows



Specifies whether the main SAS window includes a title bar, a system/control menu, and minimize/maximize buttons.
Default: TITLE SYSTEMMENU MINMAX
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Environment control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Windows specifics: all

Syntax
Details
See Also

Syntax

-AWSCONTROL <TITLE | NOTITLE><SYSTEMMENU | NOSYSTEMMENU ><MINMAX | NOMINMAX>
AWSCONTROL= <TITLE | NOTITLE><SYSTEMMENU | NOSYSTEMMENU><MINMAX | NOMINMAX>

AWSCONTROL

specifies to display the title bar, the system menu, and the minimize and maximize buttons on the main SAS window.

TITLE | NOTITLE

specifies whether to display the title bar on the main SAS window. If NOTITLE is specified, the system menu and the minimize and maximize buttons are automatically omitted as well.

SYSTEMMENU | NOSYSTEMMENU

specifies whether to display the system menu on the title bar of the main SAS window. If NOSYSTEMMENU is specified, the minimize and maximize buttons are also omitted.

MINMAX | NOMINMAX

specifies whether to display the minimize and maximize buttons on the title bar of the main SAS window.


Details

The AWSCONTROL system option controls only the main SAS window, not the windows that are contained inside the main SAS window. The SASCONTROL system option controls those SAS process windows.

This system option is intended for use by SAS/AF programmers to customize the interface of their applications.


See Also

Previous Page | Next Page | Top of Page