Hi all, I am sorry if this is the wrong section to post my questions, but I could not find a better one. Programming comes the closes in my opinion. I feel that the offical SAS 9.4 Unix doc regarding certain SAS system options to start SAS in Windows Environment Mode is not clear at all, to say the least. Unfortunately I don't have the option to test the behavior myself right now, so i am asking here. In general, the following Windows exist according to docs: Program Editor, Log, Explorer, Output, Results SAS has the following options to steer which of the Windows are displayed when starting SAS: DMS (shipping default SAS 9.4) or NODMS (NODMS can be ignored for my questions as it starts SAS in interactive line mode) DMSEXP (shipping default for SAS 9.4) or NODMSEXP EXPLORER or NOEXPLORER (shipping default for SAS 9.4) In https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lesysoptsref/n1ag2fud7ue3aln1xiqqtev7ergg.htm the doc states that DMS, DMXEXP EXPLORER have the same precedence and 'if you specify more than one execution mode option of equal precedence, SAS uses only the last option listed'. So the first question is 1) What about NODMS, NODMSEXP and NOEXPLORER? Do they also have the same preference as the other three, as those options come in pairs? So when the doc lists DMS as having precedence of rank 4, would it have been more exact to list DMS/NODMS as having precedence of rank 4, as those options are a pair? Logically speaking, just in theory, it would be possible that DMS has rank 4, EXPLORER as rank 4 and NODMS has rank 5 (or no rank at all), when considering precedence. It seems unlikely, but I just want to be sure More questions are: 2) Lets assume I start sas from the command line with sas -EXPLORER According to the docs, EXPLORER starts SAS 'ONLY with the Explorer and Program Window'. But then again, DMSEXP ist set as default and makes SAS start with all 5 windos (in particular with Log, Output and Result). So what happens. Is -EXPLORER considered to be the last input (as DMSEXP is only set as default) so - having the same precedence as DMSEXP - it overwrites this and only the Explorer Windows and Programm Window open (even though DMSEXP is set as default) ? Or do any other windows open as well? 3) What is the effect of sas -NOEXPLORER According to docs, the NOEXPLORER option 'specifies that SAS session be invoked WITHOUT the Explorer Windows' while the EXPLORER option 'specifies that the SAS session be invoked with ONLY the Explorer and Editor windows'. So does 'WITHOUT' in the doc for the NOEXPLORER option mean that above command invokes SAS ONLY with the Editor window (and NO OTHER windows), taking as baseline 'Explorer and Editor' of the EXPLORER Option and removing Explorer due to the 'WITHOUT' exclusion? Or does mean 'WITHOUT Explorer Window' that ALL other windows except for the Explorer Window (Program Editor, Output, Log, Result Windows) will be opened (note that DMSEXP is set as default)? It would be great if anybody knows all this or has sas available and can quickly check what happens when sas is started in unix SAS-Windowing-Environment Mode with the commands listed in question 2) and 3) Thanks, Mike PS: And by the way, note that according to SAS docs shipping defaults are DMSEXP and NOEXPLORER which obviously cannot be true as it is a contradiction! According to the docs, DMSEXP includes the Explorer window and NOEXPLORER excludes it AND according to the doc these options seem to have the same precedence (see my link above) Logically a window cannot be included and excluded at the same type - so what happens if i start sas by just 'sas' -> is the explorer window opened or not?
... View more