<?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: canot save my own defined keys in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103640#M29009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. How can I make sure I have the WRITE access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 16:06:25 GMT</pubDate>
    <dc:creator>abcd123</dc:creator>
    <dc:date>2013-10-04T16:06:25Z</dc:date>
    <item>
      <title>canot save my own defined keys</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103638#M29007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use to define my own keys using method as described in here (&lt;A href="http://www.stat.ncsu.edu/people/dickey/courses/st512/lab00/keys.html" title="http://www.stat.ncsu.edu/people/dickey/courses/st512/lab00/keys.html"&gt;SAS Key Definitions&lt;/A&gt;). It is actually pretty straightforward and works fine on my previous sas version. However, as I recently reinstall sas(9.3), I got following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: File I/O Error.&amp;nbsp; Unable to permanently save KEYS settings.&lt;/P&gt;&lt;P&gt;ERROR: Cannot open entry DMKEYS.KEYS for write access - catalog SASUSER.PROFILE is opened for&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; read access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a result, the defined keys will NOT be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I googled on the internet,;but there seems no related information. Can anyone help me to solve this problem? Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 13:54:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103638#M29007</guid>
      <dc:creator>abcd123</dc:creator>
      <dc:date>2013-10-04T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: canot save my own defined keys</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103639#M29008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you have WRITE access/permission to your SASUSER library. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 15:15:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103639#M29008</guid>
      <dc:creator>CTorres</dc:creator>
      <dc:date>2013-10-04T15:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: canot save my own defined keys</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103640#M29009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. How can I make sure I have the WRITE access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 16:06:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103640#M29009</guid>
      <dc:creator>abcd123</dc:creator>
      <dc:date>2013-10-04T16:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: canot save my own defined keys</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103641#M29010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on where your SAS Foundations was installed and how it was set up. In a Windows Server? In a UNIX Server? In your Windows Workstation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SASUSER Library is located in a disk Directory which by definition must be unique for every SAS user. In this directory SAS saves changes to the configuration (like the KEYS in your case) in a sas file named SASUSER.PROFILE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes if the same user opens two sessions of SAS, the first session takes write access to SASUSER and the second can only access SASUSER as Read-only. In this case the user gets the followng messages in the log:&lt;/P&gt;&lt;P&gt;NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.&lt;/P&gt;&lt;P&gt;NOTE: All profile changes will be lost at the end of the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in short I suggest you to Ask your SAS Administrator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 18:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/canot-save-my-own-defined-keys/m-p/103641#M29010</guid>
      <dc:creator>CTorres</dc:creator>
      <dc:date>2013-10-04T18:34:34Z</dc:date>
    </item>
  </channel>
</rss>

