<?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: Proc Import Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508223#M136460</link>
    <description>&lt;P&gt;The error message is pretty clear.&lt;/P&gt;
&lt;P&gt;SAS is limiting which directories you are allowed to read from and the one you tried to use is not on the list.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Oct 2018 02:30:40 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2018-10-29T02:30:40Z</dc:date>
    <item>
      <title>Proc Import Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/507960#M136378</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying import a .csv file using proc import in SAS Studio but getting an error message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code i am using:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc import datafile='/home/kaushik/Documents/Kaushik/Data Science/Jigsaw/Credit Card - SAS Functions.csv'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;out= Credit_card&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;dbms= csv;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is the error message:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;73 proc import datafile='/home/kaushik/Documents/Kaushik/Data Science/Jigsaw/Credit Card - SAS Functions.csv'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 out= Credit_card&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 dbms= csv;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;ERROR: The path /home/kaushik/Documents/Kaushik/Data Science/Jigsaw/Credit Card - SAS Functions.csv is not in the list of&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;accessible paths when SAS is in the lockdown state.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 1.71 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.31 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;91&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2018 08:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/507960#M136378</guid>
      <dc:creator>kaushik_pawar15</dc:creator>
      <dc:date>2018-10-27T08:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/507965#M136379</link>
      <description>Could you please make sure the path mentioned is correct</description>
      <pubDate>Sat, 27 Oct 2018 09:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/507965#M136379</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2018-10-27T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/507993#M136387</link>
      <description>Are you using SAS UE or SAS Academics on Demand. The easiest method to find the correct file path is to navigate to the path using Servers Files &amp;amp; Folders, find the file, right click and select properties and copy the path from there.</description>
      <pubDate>Sat, 27 Oct 2018 15:03:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/507993#M136387</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-27T15:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508109#M136419</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am using SAS on Demand.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The file path is correct. i have checked it several times.&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Oct 2018 13:22:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508109#M136419</guid>
      <dc:creator>kaushik_pawar15</dc:creator>
      <dc:date>2018-10-28T13:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508155#M136441</link>
      <description>Can you please show a screenshot from SAS AoD with the file, from Server Files and Folders? &lt;BR /&gt;Note that the path can also be case sensitive since its Unix though I thought they’d removed that issue.</description>
      <pubDate>Sun, 28 Oct 2018 20:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508155#M136441</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-28T20:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508223#M136460</link>
      <description>&lt;P&gt;The error message is pretty clear.&lt;/P&gt;
&lt;P&gt;SAS is limiting which directories you are allowed to read from and the one you tried to use is not on the list.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 02:30:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508223#M136460</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-10-29T02:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508242#M136471</link>
      <description>Hi Reeza,&lt;BR /&gt;&lt;BR /&gt;I have identified the error. Since I am using SAS on demand, I have to upload the files in sas first and then use the path from there.&lt;BR /&gt;&lt;BR /&gt;Thank you for ur help.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2018 05:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-Error/m-p/508242#M136471</guid>
      <dc:creator>kaushik_pawar15</dc:creator>
      <dc:date>2018-10-29T05:47:15Z</dc:date>
    </item>
  </channel>
</rss>

