<?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: SAS System options in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48739#M13201</link>
    <description>Tools -&amp;gt; Options -&amp;gt; System&lt;BR /&gt;
At right bottom of window ,there is a RESET button,maybe will give you some help.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
    <pubDate>Wed, 13 Apr 2011 03:47:42 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2011-04-13T03:47:42Z</dc:date>
    <item>
      <title>SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48736#M13198</link>
      <description>It was my understanding that with SAS system options (such as ORIENTATION or PAGESIZE), that you could change the option during your SAS session, but that when you restarted, that SAS would return to a default setting.  For some reason, though, the system options in place when I start up a new SAS session are the same as what they were at when I ended my previous session.  For instance, if I set orientation to LANDSCAPE, then the next time I start SAS, the option in effect is LANDSCAPE.&lt;BR /&gt;
&lt;BR /&gt;
I haven't tried saving any options settings in a configuration file or an autoexec file or anything like that, so I'm not sure what's going on here.  Is there some command or programming statement I can use to restore whatever the SAS factory defaults are for all system options?  Is there any way I can get this whole problem to stop happening outside of asking IT to totally reinstall SAS?</description>
      <pubDate>Tue, 12 Apr 2011 17:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48736#M13198</guid>
      <dc:creator>rpaulus</dc:creator>
      <dc:date>2011-04-12T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48737#M13199</link>
      <description>You may have a preference (Tools -&amp;gt; Options -&amp;gt; Preferences in Windows) set for "Save settings on exit".</description>
      <pubDate>Tue, 12 Apr 2011 17:46:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48737#M13199</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-04-12T17:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48738#M13200</link>
      <description>That option isn't checked, so I don't think it's that.</description>
      <pubDate>Tue, 12 Apr 2011 17:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48738#M13200</guid>
      <dc:creator>rpaulus</dc:creator>
      <dc:date>2011-04-12T17:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48739#M13201</link>
      <description>Tools -&amp;gt; Options -&amp;gt; System&lt;BR /&gt;
At right bottom of window ,there is a RESET button,maybe will give you some help.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Wed, 13 Apr 2011 03:47:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48739#M13201</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-04-13T03:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48740#M13202</link>
      <description>Unfortunately, that didn't work, either.</description>
      <pubDate>Thu, 14 Apr 2011 12:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48740#M13202</guid>
      <dc:creator>rpaulus</dc:creator>
      <dc:date>2011-04-14T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48741#M13203</link>
      <description>How are you setting the option?</description>
      <pubDate>Thu, 14 Apr 2011 16:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48741#M13203</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-04-14T16:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48742#M13204</link>
      <description>I’m somewhat perplexed why the solutions which were already proposed did not work.  One additional alternative is to set all your options the way you want them, use PROC OPTSAVE to save them, and then use PROC OPTLOAD any time you want to reset your options.   &lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc optsave out=sasuser.myoptions;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc optload data=sasuser.myoptions;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 14 Apr 2011 18:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48742#M13204</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2011-04-14T18:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48743#M13205</link>
      <description>Thanks for that suggestion.  I opened up another SAS window while my primary SAS window was already open, thus having SAS use the default options, and I saved those.  I tried clicking the "save settings" and closing SAS after loading the saved options.  That didn't keep the options back to the saved option settings, though.  When I started up SAS again, the orientation was back at landscape.</description>
      <pubDate>Thu, 14 Apr 2011 18:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48743#M13205</guid>
      <dc:creator>rpaulus</dc:creator>
      <dc:date>2011-04-14T18:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48744#M13206</link>
      <description>I never save my option settings, so I change settings from the SAS default only on an as-needed basis, like if I need to have the orientation changed, or if I want the missing value of something displayed differently, like this:&lt;BR /&gt;
&lt;BR /&gt;
option orientation = landscape;&lt;BR /&gt;
&lt;BR /&gt;
option missing = "0";&lt;BR /&gt;
&lt;BR /&gt;
I never save those changes, though, so I'm extremely confused as to how I've gotten myself into this situation.</description>
      <pubDate>Thu, 14 Apr 2011 18:54:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48744#M13206</guid>
      <dc:creator>rpaulus</dc:creator>
      <dc:date>2011-04-14T18:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48745#M13207</link>
      <description>You could put the PROC OPTLOAD in your autoexec file so that your desired options are loaded whenever you start SAS.</description>
      <pubDate>Thu, 14 Apr 2011 19:03:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48745#M13207</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2011-04-14T19:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS System options</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48746#M13208</link>
      <description>I've never used an autoexec before, but apparently today would be a good day to start.  I'll do that.  Thanks!</description>
      <pubDate>Thu, 14 Apr 2011 19:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-System-options/m-p/48746#M13208</guid>
      <dc:creator>rpaulus</dc:creator>
      <dc:date>2011-04-14T19:08:41Z</dc:date>
    </item>
  </channel>
</rss>

