<?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 User does not have appropriate authorization level for library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/User-does-not-have-appropriate-authorization-level-for-library/m-p/271450#M53998</link>
    <description>&lt;P&gt;Could someone guide me to overcome this error? I ran this code in SAS EG 6.1 and it is connected to UNIX server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;147        proc sql ;
148        
149        create table sasuser.&amp;amp;outfile as
150        select
151        	mclu,
152        	barcode,
153        	cluster_num,
154        	cluster_name,
155        	offer_category,
156        	cost,
157        	units,
158        	bar_code,
159            mclu_code,
160            start_date,
161            stop_date,
162            expire_date
163        from
164         	plan_scrubbed
165        order by mclu
166        ;
ERROR: User does not have appropriate authorization level for library SASUSER.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks in advance for any guidance.&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 16:13:06 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2016-05-18T16:13:06Z</dc:date>
    <item>
      <title>User does not have appropriate authorization level for library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-does-not-have-appropriate-authorization-level-for-library/m-p/271450#M53998</link>
      <description>&lt;P&gt;Could someone guide me to overcome this error? I ran this code in SAS EG 6.1 and it is connected to UNIX server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;147        proc sql ;
148        
149        create table sasuser.&amp;amp;outfile as
150        select
151        	mclu,
152        	barcode,
153        	cluster_num,
154        	cluster_name,
155        	offer_category,
156        	cost,
157        	units,
158        	bar_code,
159            mclu_code,
160            start_date,
161            stop_date,
162            expire_date
163        from
164         	plan_scrubbed
165        order by mclu
166        ;
ERROR: User does not have appropriate authorization level for library SASUSER.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks in advance for any guidance.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 16:13:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-does-not-have-appropriate-authorization-level-for-library/m-p/271450#M53998</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2016-05-18T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: User does not have appropriate authorization level for library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-does-not-have-appropriate-authorization-level-for-library/m-p/271462#M54002</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the this code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname sasuser list;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It will give some details on SASUSER including the permission settings. this will explain the error you get.&lt;/P&gt;
&lt;P&gt;Whether you can change the permission for the directory, this depends on the setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 16:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-does-not-have-appropriate-authorization-level-for-library/m-p/271462#M54002</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-05-18T16:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: User does not have appropriate authorization level for library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/User-does-not-have-appropriate-authorization-level-for-library/m-p/271625#M54035</link>
      <description>&lt;P&gt;I think that SAS&amp;nbsp;intelligence server default is setup with the -rsasuser option set.&lt;/P&gt;
&lt;P&gt;talk to your SAS server admin to see if that can be changed, or perhaps you could be given an alternative&amp;nbsp;permanent libref to store your personal results.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 07:16:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/User-does-not-have-appropriate-authorization-level-for-library/m-p/271625#M54035</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-05-19T07:16:37Z</dc:date>
    </item>
  </channel>
</rss>

