<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Default &amp;quot;view&amp;quot; preferences at startup of SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85720#M256955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. But that does not seem to work on my machine. Anyway it is not really an important matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 13:52:31 GMT</pubDate>
    <dc:creator>bernhard</dc:creator>
    <dc:date>2013-01-31T13:52:31Z</dc:date>
    <item>
      <title>Default "view" preferences at startup of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85718#M256953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAS for a while now but still have not figured this out:&lt;/P&gt;&lt;P&gt;Currently I use SAS 9.3 on Windows 7 and what I would like is that the explorer view is set to details (without tree view) when I start SAS. If possible I would also like to have the output window closed. Right now I always have to click View-&amp;gt;Details.&lt;/P&gt;&lt;P&gt;Is there a way to achieve this via the settings or maybe a tiny macro at startup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admittedly this is not a serious problem at all, but one can still ask about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 09:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85718#M256953</guid>
      <dc:creator>bernhard</dc:creator>
      <dc:date>2013-01-25T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Default "view" preferences at startup of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85719#M256954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;In a new SAS session, change the view to details.&lt;/P&gt;&lt;P&gt;Then, under Tools/Options/Preferences&lt;/P&gt;&lt;P&gt;Under the "general" tab click on "Save settings on exit"&lt;/P&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the output window to not show up...not sure &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 14:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85719#M256954</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-01-25T14:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Default "view" preferences at startup of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85720#M256955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. But that does not seem to work on my machine. Anyway it is not really an important matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 13:52:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85720#M256955</guid>
      <dc:creator>bernhard</dc:creator>
      <dc:date>2013-01-31T13:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Default "view" preferences at startup of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85721#M256956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bernhard&lt;/P&gt;&lt;P&gt;in the options used as your session starts add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-initcmd "listing off"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that ensures that the old output window is closed (but not the new output viewer) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you have all the windows in the arrangement you prefer, issue the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WSAVE ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that saves window information in your&amp;nbsp; SASUSER.PROFILE&lt;/P&gt;&lt;P&gt;so ensure you look after that resource with proper opening, saving and closing - perhaps occasional backup too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peterC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 23:31:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-quot-view-quot-preferences-at-startup-of-SAS/m-p/85721#M256956</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2013-01-31T23:31:18Z</dc:date>
    </item>
  </channel>
</rss>

