<?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: Recently Used Files List in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327802#M73150</link>
    <description>&lt;P&gt;Did reset the recently used file list settings as well and then click on the "OK" button at the bottom of the tab?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2017 18:17:33 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-01-26T18:17:33Z</dc:date>
    <item>
      <title>Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327721#M73118</link>
      <description>&lt;P&gt;Several times I've changed my preferences so that the Recently Used Files List is set to the maximum of 30. But it doesn't seem to carry over from one session to the next. Anyone have an idea why?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 13:52:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327721#M73118</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2017-01-26T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327724#M73120</link>
      <description>&lt;P&gt;Can you be more specific about what user interface you are talking about? SAS Display Manager? Enterprise Guide? &amp;nbsp;SAS/Studio? Other?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using Display Manager then check and make sure where your SASUSER library is pointing.&lt;/P&gt;
&lt;P&gt;If you have launched multiple SAS sessions at the same time then SAS might have had to point it to WORK and so it will throw away the changes.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 13:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327724#M73120</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-01-26T13:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327737#M73123</link>
      <description>&lt;P&gt;If you are using the display manager in Base SAS you want to make sure that on the General tab in the Preferences section the box for "Save settings on exit" is checked.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 15:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327737#M73123</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-26T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327770#M73137</link>
      <description>&lt;P&gt;Tom,&lt;/P&gt;
&lt;P&gt;Thanks for the reply! I'm just using the regular SAS interface version 9.4. I go to Tools -&amp;gt; Options -&amp;gt; Preferences to change the Recently Used Files to 30. I have only one SAS session running. During that session any programs I open show up near the bottom of the File menu. But when I close that session and start a new one, no programs are on the File menu.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 17:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327770#M73137</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2017-01-26T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327780#M73141</link>
      <description>&lt;P&gt;I am pretty sure that list of files is saved in your SASUSER.PROFILE catalog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the top of your SAS log and make sure that SAS has not given you an error message about getting write access to your SASUSER.PROFILE catalog.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Possible causes&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;More than one SAS session running. &amp;nbsp;
&lt;UL&gt;
&lt;LI&gt;If your SASUSER libref is on a network path then perhaps the sessions are on different machines&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;RSASUSER option set at startup. &amp;nbsp;Launch a session using -NORSASUSER option and see if it remembers files used in that session.&lt;/LI&gt;
&lt;LI&gt;Corrupted SASUSER.PROFILE catalog file. &amp;nbsp;If so then delete (or just rename it) and SAS will make a new one.&lt;/LI&gt;
&lt;LI&gt;Perhaps you don't have permission from the operating system to write to the SASUSER.PROFILE catalog physical file.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you really cannot get it work then open a ticket with SAS support. &amp;nbsp;&lt;A href="http://support.sas.com&amp;nbsp;" target="_blank"&gt;http://support.sas.com&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 17:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327780#M73141</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-01-26T17:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327785#M73143</link>
      <description>&lt;P&gt;Ballardw,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed that box wasn't checked. So I checked it, closed my session, reopened SAS and the changes weren't saved. No files are showing up in the File menu and when I open the Preferences window the Save Settings on Exit box is unchecked. :?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 17:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327785#M73143</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2017-01-26T17:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327802#M73150</link>
      <description>&lt;P&gt;Did reset the recently used file list settings as well and then click on the "OK" button at the bottom of the tab?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:17:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327802#M73150</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-26T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327808#M73152</link>
      <description>&lt;P&gt;Yes, I've changed both preferences and clicked the OK button. I close and re-open SAS and the revert to the default (4 recently used files and unchecked Save Changes on Exit).&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:33:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327808#M73152</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2017-01-26T18:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Recently Used Files List</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327856#M73176</link>
      <description>&lt;P&gt;This sounds a lot like you aren't actually writing any preference to the profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try running:&lt;/P&gt;
&lt;P&gt;Proc options group=envfiles;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And see if you find "NORSASUSER" or "RSASUSER". If you see RSASUSER that is setting the profile to read only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is the case then you will need to find the configuration file and edit the option text to&amp;nbsp;set it to NORSASUSER. This option may only be changed at start up so you would need to shut down SAS, edit the config file and save, restart SAS and set the options. Then do the shut down and restart to see if the options "took".&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recently-Used-Files-List/m-p/327856#M73176</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-26T21:24:42Z</dc:date>
    </item>
  </channel>
</rss>

