<?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 issues in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827320#M326792</link>
    <description>&lt;P&gt;You have checked the spelling? The directory is really named INPUT, not "input"? The filename has only uppercase letters? &lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2022 10:36:16 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2022-08-05T10:36:16Z</dc:date>
    <item>
      <title>Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827303#M326788</link>
      <description>&lt;P&gt;What would be the likely cause for this issues? File is available in respective location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc import 
datafile="/share/sasdata/analytics/INPUT/2019_SUBMISSION_07_31_2019.xlsx" 
dbms=xlsx 
out=work.FSU
replace;
RANGE="Sheet1$C7:AG50000";
run;&lt;/PRE&gt;
&lt;P&gt;Error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why extra slash '/' is being shown before the filename in log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ERROR: Physical file does not exist, /share/sasdata/analytics/INPUT//2019_SUBMISSION_07_31_2019.
NOTE: The SAS System stopped processing this step because of errors.&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Aug 2022 06:47:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827303#M326788</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2022-08-05T06:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827308#M326789</link>
      <description>&lt;P&gt;The extra slash is an issue of the ERROR display (UNIX would collapse two successive slashes to one on its own, anyway).&lt;/P&gt;
&lt;P&gt;Check your spelling (upper/lowercase), and retype the whole filename from scratch. You may have an un-displayable character in there which confuses the file interface (because the .xlsx extension is missing).&lt;/P&gt;
&lt;P&gt;In particular, be careful when using macro variables. They may contain an invisible macro token.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 07:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827308#M326789</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-08-05T07:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827319#M326791</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;Still the same error even after manually typed the file name. I'm not certain how to resolve this issue now.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 10:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827319#M326791</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2022-08-05T10:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827320#M326792</link>
      <description>&lt;P&gt;You have checked the spelling? The directory is really named INPUT, not "input"? The filename has only uppercase letters? &lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 10:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827320#M326792</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-08-05T10:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827337#M326798</link>
      <description>&lt;P&gt;Folder which I posted is right. I could import the file if I use Import Wizard after placing the file in desktop.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 12:30:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827337#M326798</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2022-08-05T12:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827349#M326808</link>
      <description>The path on your desktop is not guaranteed to be available on the SAS server. Talk with your SAS admins if and how the share is mounted on the SAS server.</description>
      <pubDate>Fri, 05 Aug 2022 13:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827349#M326808</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-08-05T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827350#M326809</link>
      <description>&lt;P&gt;The error is clear. SAS is not able to locate the file.&lt;BR /&gt;A gentle reminder Unix is case sensitive.&lt;BR /&gt;Another thought is the /share folder on the root of filesystem?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 13:10:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827350#M326809</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-08-05T13:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827355#M326810</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Another thought is the /share folder on the root of filesystem? Yes&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 13:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827355#M326810</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2022-08-05T13:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import issues</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827374#M326820</link>
      <description>&lt;P&gt;Run this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data files;
length dref $8 name $200;
rc = filename(dref,"/share");
did = dopen(dref);
if did
then do;
  do i = 1 to dnum(did);
    name = dread(did,i);
    output;
  end;
  rc = dclose(did);
end;
else putlog "Directory is inaccessible";
rc = filename(dref);
keep name;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and look if your next subdirectory is found; if yes, repeat for it, until you arrive at your file.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 14:59:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Import-issues/m-p/827374#M326820</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-08-05T14:59:18Z</dc:date>
    </item>
  </channel>
</rss>

