<?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 how to set Write permission for SASUSER library in SAS University edition ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715578#M221026</link>
    <description>&lt;P&gt;&lt;SPAN&gt;ERROR: Write access to member SASUSER.FORMATS.CATALOG is denied.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jan 2021 18:51:34 GMT</pubDate>
    <dc:creator>therajatmadaan</dc:creator>
    <dc:date>2021-01-30T18:51:34Z</dc:date>
    <item>
      <title>how to set Write permission for SASUSER library in SAS University edition ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715578#M221026</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ERROR: Write access to member SASUSER.FORMATS.CATALOG is denied.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 18:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715578#M221026</guid>
      <dc:creator>therajatmadaan</dc:creator>
      <dc:date>2021-01-30T18:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to set Write permission for SASUSER library in SAS University edition ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715582#M221028</link>
      <description>HI:&lt;BR /&gt;  You do not have write access to the SASUSER library in SAS University Edition. The best thing to do is to allow PROC FORMAT to write your formats to the WORK location or to define a permanent location where you have WRITE access in a LIBNAME statement and use the LIBRARY= option with PROC FORMAT to point to that other location.&lt;BR /&gt;Cynthia</description>
      <pubDate>Sat, 30 Jan 2021 20:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715582#M221028</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-01-30T20:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to set Write permission for SASUSER library in SAS University edition ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715583#M221029</link>
      <description>Hi Cynthia ,&lt;BR /&gt;&lt;BR /&gt;Yes I created a custom library to store proc formats. But when I am restarting the sas session. My library is not appearing under libraries. If it's going to disappear everytime just like work Library. Then what is the purpose of creating a permanent library</description>
      <pubDate>Sat, 30 Jan 2021 21:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715583#M221029</guid>
      <dc:creator>therajatmadaan</dc:creator>
      <dc:date>2021-01-30T21:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to set Write permission for SASUSER library in SAS University edition ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715584#M221030</link>
      <description>&lt;P&gt;What sas platform are you using?&lt;/P&gt;
&lt;P&gt;If you run sas on a server you need get the permission from the administrator.&lt;/P&gt;
&lt;P&gt;If you use SAS University Edition and some others you can't get the permission because many others use the same sasuser library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To save your own formats define any other private library to save there the format catalog.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 21:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715584#M221030</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2021-01-30T21:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to set Write permission for SASUSER library in SAS University edition ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715585#M221031</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes I created a custom library to store proc formats. But when I am restarting the sas session. My library is not appearing under libraries. If it's going to disappear everytime just like work Library. Then what is the purpose of creating a permanent library</description>
      <pubDate>Sat, 30 Jan 2021 21:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715585#M221031</guid>
      <dc:creator>therajatmadaan</dc:creator>
      <dc:date>2021-01-30T21:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to set Write permission for SASUSER library in SAS University edition ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715588#M221032</link>
      <description>Hi: A permanent library does not "disappear". Think of SAS as "unplugging" itself from the data when you take your session down. So the first thing you should do when you log back in or start a new SAS session is "plug into" your permanent data by issuing LIBNAME statements for your data location. I have a program that I keep called LIBNAME.SAS that always has my permanent libraries defined with LIBNAME statements and the program also has the OPTIONS I most always use. The first thing I do when I log on is to submit that program.&lt;BR /&gt;Cynthia</description>
      <pubDate>Sat, 30 Jan 2021 21:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-set-Write-permission-for-SASUSER-library-in-SAS/m-p/715588#M221032</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-01-30T21:18:44Z</dc:date>
    </item>
  </channel>
</rss>

