SAS System Options under 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
|
-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.
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.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.