Specifies whether the main SAS window includes a title bar, a system control menu, and minimize maximize buttons.
Valid in: | configuration file, SAS invocation, OPTIONS statement, System Options window |
Category: | Environment Control: Display |
PROC OPTIONS GROUP= | ENVDISPLAY |
Default: | TITLE SYSTEMMENU MINMAX |
Windows specifics: | all |
specifies to display the title bar, the system menu, and the minimize and maximize buttons on the main SAS window.
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.
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.
specifies whether to display the minimize and maximize buttons on the title bar of the main SAS window.