<?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: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/629018#M77613</link>
    <description>&lt;P&gt;Reporting I suppose. The class is Data Analysis. I am learning to generate graphs, queries, tables and derive meaning from them. This is my first time using a program like SAS.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 04:35:28 GMT</pubDate>
    <dc:creator>emartinez204</dc:creator>
    <dc:date>2020-03-03T04:35:28Z</dc:date>
    <item>
      <title>ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628892#M77601</link>
      <description>&lt;DIV&gt;&lt;FONT&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;I am using SAS Studio to transform a SAS file to a CSV file. I am using&amp;nbsp;&lt;FONT face="arial,helvetica,sans-serif" size="1"&gt;&lt;STRONG&gt;&lt;SPAN style="text-align: right; color: inherit; text-transform: none; line-height: 1.1; text-indent: 0px; letter-spacing: normal; font-family: 'Muli',Helvetica,Arial,sans-serif; font-size: 1.2em; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;SAS&lt;/SPAN&gt;&lt;SPAN class="superscript" style="text-align: right; color: #333333; text-transform: none; text-indent: 0px; letter-spacing: normal; font-size: 0.3em; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; vertical-align: super; white-space: normal; box-sizing: border-box; orphans: 2; -webkit-text-stroke-width: 0px;"&gt;®&lt;/SPAN&gt;&lt;SPAN style="text-align: right; color: inherit; text-transform: none; line-height: 1.1; text-indent: 0px; letter-spacing: normal; font-family: 'Muli',Helvetica,Arial,sans-serif; font-size: 1.2em; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt; OnDemand for Academics . Here is my code:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;proc export data=Mgmt635.salary_summary&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outfile=salary_summary&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=csv replace ;&lt;BR /&gt;run;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let _DATAOUT_MIME_TYPE=csv/text;&lt;BR /&gt;%let _DATAOUT_NAME=salary_summary.csv;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;however when I run the program this is the error message I get when I run the program:&amp;nbsp; ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Mar 2020 19:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628892#M77601</guid>
      <dc:creator>emartinez204</dc:creator>
      <dc:date>2020-03-02T19:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628919#M77603</link>
      <description>&lt;P&gt;You need to use an&amp;nbsp;&lt;EM&gt;absolute&lt;/EM&gt; pathname for your file, starting at root (/). Otherwise, SAS will try to write the file in its&amp;nbsp;&lt;EM&gt;current working directory&lt;/EM&gt;, where you do not have write permission (as it is part of the SAS configuration tree).&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 20:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628919#M77603</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-02T20:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628922#M77605</link>
      <description>&lt;PRE&gt;proc export data=Mgmt635.salary_summary
            &lt;FONT size="4" color="#FF0000"&gt;&lt;STRONG&gt;outfile=salary_summary&lt;/STRONG&gt;&lt;/FONT&gt;
            dbms=csv replace ;
run;&lt;/PRE&gt;
&lt;P&gt;The portion in red above is incorrect, it should be the full file path to where you want to save the file and the extension as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=Mgmt635.salary_summary
            &lt;FONT size="4" color="#800080"&gt;&lt;STRONG&gt;outfile='/home/reeza/demo/salary_summary.csv'&lt;/STRONG&gt;&lt;/FONT&gt;
            dbms=csv replace ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/314694"&gt;@emartinez204&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;I am using SAS Studio to transform a SAS file to a CSV file. I am using&amp;nbsp;&lt;FONT face="arial,helvetica,sans-serif" size="1"&gt;&lt;STRONG&gt;&lt;SPAN style="text-align: right; color: inherit; text-transform: none; line-height: 1.1; text-indent: 0px; letter-spacing: normal; font-family: 'Muli',Helvetica,Arial,sans-serif; font-size: 1.2em; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;SAS&lt;/SPAN&gt;&lt;SPAN class="superscript" style="text-align: right; color: #333333; text-transform: none; text-indent: 0px; letter-spacing: normal; font-size: 0.3em; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; vertical-align: super; white-space: normal; box-sizing: border-box; orphans: 2; -webkit-text-stroke-width: 0px;"&gt;®&lt;/SPAN&gt;&lt;SPAN style="text-align: right; color: inherit; text-transform: none; line-height: 1.1; text-indent: 0px; letter-spacing: normal; font-family: 'Muli',Helvetica,Arial,sans-serif; font-size: 1.2em; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt; OnDemand for Academics . Here is my code:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;proc export data=Mgmt635.salary_summary&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outfile=salary_summary&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=csv replace ;&lt;BR /&gt;run;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;%let _DATAOUT_MIME_TYPE=csv/text;&lt;BR /&gt;%let _DATAOUT_NAME=salary_summary.csv;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;however when I run the program this is the error message I get when I run the program:&amp;nbsp; ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 20:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628922#M77605</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-02T20:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628927#M77606</link>
      <description>&lt;P&gt;I am trying to download the file to my macbook download folders and change the code to this:&lt;/P&gt;&lt;PRE&gt;proc export data=Mgmt635.salary_summary&lt;BR /&gt;            outfile='users/elenamartinez/downloads/salary_summary.csv'&lt;BR /&gt;            dbms=csv replace ;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;%let _DATAOUT_MIME_TYPE=csv/text;&lt;BR /&gt;%let _DATAOUT_NAME=salary_summary.csv;&lt;/PRE&gt;&lt;P&gt;Now I get this error:&amp;nbsp;&lt;SPAN&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/users/elenamartinez/downloads/salary_summary.csv.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 21:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628927#M77606</guid>
      <dc:creator>emartinez204</dc:creator>
      <dc:date>2020-03-02T21:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628928#M77607</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/314694"&gt;@emartinez204&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am trying to download the file to my macbook download folders and change the code to this:&lt;/P&gt;
&lt;PRE&gt;proc export data=Mgmt635.salary_summary&lt;BR /&gt;            outfile='users/elenamartinez/downloads/salary_summary.csv'&lt;BR /&gt;            dbms=csv replace ;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;%let _DATAOUT_MIME_TYPE=csv/text;&lt;BR /&gt;%let _DATAOUT_NAME=salary_summary.csv;&lt;/PRE&gt;
&lt;P&gt;Now I get this error:&amp;nbsp;&lt;SPAN&gt;ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/users/elenamartinez/downloads/salary_summary.csv.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So you still didn't start with the root directory,&amp;nbsp; / , so your path is still relative.&amp;nbsp; This is how to specify a filename 101.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I don't think SAS actually runs on a Macbook so how is it going to see the /user folder on your Macbook?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where is SAS running?&amp;nbsp; You need to write to a directory that the SAS program can see.&amp;nbsp; You can then download to you Macbook, or use your Macbook to access it if your Macbook can also see that location,&amp;nbsp; for example if you wrote it to a shared network location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you running SAS?&amp;nbsp; Are you using SAS/Studio interface?&amp;nbsp; Are you running the SAS university edition?&amp;nbsp; Running SAS on some Unix server?&amp;nbsp; Perhaps one located in "the cloud"?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 21:28:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628928#M77607</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-02T21:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628942#M77608</link>
      <description>You first need to export the file to a CSV on SODA and then you can download the file. Your path is missing the starting slash (/) which is likely the issue now. &lt;BR /&gt;&lt;BR /&gt;You cannot export to a folder directly on your computer. Your path should be &lt;BR /&gt;&lt;BR /&gt;/home/emartinez204/salary_summary.csv</description>
      <pubDate>Mon, 02 Mar 2020 21:56:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628942#M77608</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-02T21:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628946#M77609</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;START AT ROOT! (/)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Your path needs to start with a forward slash.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 22:31:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628946#M77609</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-02T22:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628949#M77610</link>
      <description>&lt;P&gt;okay everyone! I got one of my classmates to help. She said to do this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=mgmt635.salary_summary&lt;BR /&gt;outfile=_dataout&lt;BR /&gt;dbms=csv replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;%let _DATAOUT_MIME_TYPE=text/csv;&lt;BR /&gt;%let _DATAOUT_NAME=profit.csv;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay so outfile needs to be _dataout in order to be downloaded on computer.&lt;/P&gt;&lt;P&gt;Thank you for all who replied to me.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 22:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628949#M77610</guid>
      <dc:creator>emartinez204</dc:creator>
      <dc:date>2020-03-02T22:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628999#M77611</link>
      <description>Are you taking a course on stored processes? or reporting?</description>
      <pubDate>Tue, 03 Mar 2020 02:10:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/628999#M77611</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-03T02:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/SALARY_SUMMARY.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/629018#M77613</link>
      <description>&lt;P&gt;Reporting I suppose. The class is Data Analysis. I am learning to generate graphs, queries, tables and derive meaning from them. This is my first time using a program like SAS.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 04:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-pbr-biconfig-940-Lev1/m-p/629018#M77613</guid>
      <dc:creator>emartinez204</dc:creator>
      <dc:date>2020-03-03T04:35:28Z</dc:date>
    </item>
  </channel>
</rss>

