<?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: Import Error? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809859#M319385</link>
    <description>Thanks for the reminder, I found one letter difference in the sheet name.</description>
    <pubDate>Tue, 26 Apr 2022 12:52:49 GMT</pubDate>
    <dc:creator>ybz12003</dc:creator>
    <dc:date>2022-04-26T12:52:49Z</dc:date>
    <item>
      <title>Import Error?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809852#M319380</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;An error message is shown in the log window.&amp;nbsp; How to fix it?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let dira=%str(Pathway);

filename KC "&amp;amp;dira.\Cost_KC.xlsx";

%macro ttt(site,tab);
proc import datafile=&amp;amp;site. out=&amp;amp;site._&amp;amp;tab. dbms=excel replace; sheet="&amp;amp;tab."; run;
%mend ttt;

%ttt(KC,OPT_Data_Request);


&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;31 %ttt(KC,OPT_Data_Request);&lt;/P&gt;
&lt;P&gt;ERROR: File _IMEX_.'OPT_Data_Request$'n.DATA does not exist.&lt;BR /&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 0.24 seconds&lt;BR /&gt;cpu time 0.15 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809852#M319380</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2022-04-26T12:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Import Error?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809854#M319381</link>
      <description>&lt;P&gt;Please do not show ERRORs detached from the code that produced them. Whenever you get an ERROR in the log, SHOW US the &lt;FONT color="#FF0000"&gt;ENTIRE&lt;/FONT&gt; log for this macro or PROC or DATA step. When the error is in a macro, please run the command &lt;FONT face="courier new,courier"&gt;options mprint;&lt;/FONT&gt; before your macro and then run the macro again. Please copy the log as text and paste it into the window that appears when you click on the &amp;lt;/&amp;gt; icon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Insert Log Icon in SAS Communities.png" style="width: 859px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66171iFEC370B1DBF07B28/image-size/large?v=v2&amp;amp;px=999" role="button" title="Insert Log Icon in SAS Communities.png" alt="Insert Log Icon in SAS Communities.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809854#M319381</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-26T12:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import Error?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809855#M319382</link>
      <description>Your log said.&lt;BR /&gt;"ERROR: File _IMEX_.'OPT_Data_Request$'n.DATA does not exist."&lt;BR /&gt;&lt;BR /&gt;OPT_Data_Request sheet is in your Excel book "Cost_KC.xlsx"?</description>
      <pubDate>Tue, 26 Apr 2022 12:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809855#M319382</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-04-26T12:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import Error?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809856#M319383</link>
      <description>Yes, however it is in the read-only mode</description>
      <pubDate>Tue, 26 Apr 2022 12:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809856#M319383</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2022-04-26T12:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import Error?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809858#M319384</link>
      <description>In my environments, I could submit your code with no errors although excel book is read-only mode.&lt;BR /&gt;But if I change sheet name, I got same error as you got.&lt;BR /&gt;&lt;BR /&gt;Please attach capture image of sheet name if you can.</description>
      <pubDate>Tue, 26 Apr 2022 12:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809858#M319384</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-04-26T12:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import Error?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809859#M319385</link>
      <description>Thanks for the reminder, I found one letter difference in the sheet name.</description>
      <pubDate>Tue, 26 Apr 2022 12:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Error/m-p/809859#M319385</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2022-04-26T12:52:49Z</dc:date>
    </item>
  </channel>
</rss>

