SASCONTROL System Option: Windows

Specifies whether the SAS application windows include system and control menus and minimize and maximize buttons.

Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Environment Control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Default: SYSTEMMENU MINMAX
Windows specifics: all

Syntax

Required Arguments

SYSTEMMENU

specifies to display the system control menu in the windows that are contained in the main SAS window.

NOSYSTEMMENU

specifies to omit the System/control menu and the minimize, maximize, and close buttons from the title bar in the windows that are contained in the main SAS window.

MINMAX

specifies to display the minimize and maximize buttons in the windows that are contained in the main SAS window.

NOMINMAX

specifies to omit the minimize and maximize buttons from the windows that are contained in the main SAS window.

Details

The SASCONTROL system option affects the windows contained inside the main SAS window, but not the main SAS window itself (which is controlled by the AWSCONTROL system option).
The SASCONTROL system option is intended for use by SAS/AF programmers to customize the interface of their applications.