Search code examples
sasdisplay-manager

How to make SAS to open with maximized window?


How to make SAS to open with the main window and the editor window automatically maximized?


Solution

  • One way to do this is to push the command AWSMAXIMIZE at startup. You could place this statement in your autoexec.sas

    dm "awsmaximize";

    I was also able to do this by editing the start menu entry and adding to the end of the SAS command: -initstmt "dm 'awsmaximize';"

    More here: http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#a000115355.htm#win-af-wincmds