<?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: Creating datasets based on 'sheets' in Excel!! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-datasets-based-on-sheets-in-Excel/m-p/87133#M18605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a bunch of SAS notes regarding this error message. I suggest that you first look thru these.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/dsearch?charset=iso-8859-1&amp;amp;nh=25&amp;amp;s1=1&amp;amp;filter=&amp;amp;qt=ERROR%3A+File+_IMEX+does+not+exist+&amp;amp;la=en&amp;amp;oq=ERROR%3A+File+_IMEX_.%22EXL_SHT%24%22n.DATA+does+not+exist&amp;amp;ct=&amp;amp;searchterm=ERROR%3A+File+_IMEX+does+not+exist" title="http://support.sas.com/dsearch?charset=iso-8859-1&amp;amp;nh=25&amp;amp;s1=1&amp;amp;filter=&amp;amp;qt=ERROR%3A+File+_IMEX+does+not+exist+&amp;amp;la=en&amp;amp;oq=ERROR%3A+File+_IMEX_.%22EXL_SHT%24%22n.DATA+does+not+exist&amp;amp;ct=&amp;amp;searchterm=ERROR%3A+File+_IMEX+does+not+exist"&gt;http://support.sas.com/dsearch?charset=iso-8859-1&amp;amp;nh=25&amp;amp;s1=1&amp;amp;filter=&amp;amp;qt=ERROR%3A+File+_IMEX+does+not+exist+&amp;amp;la=en&amp;amp;oq=ERROR%3A+File+_IMEX_.%22EXL_SHT%24%22n.DATA+does+not+exist&amp;amp;ct=&amp;amp;searchterm=ERROR%3A+File+_IMEX+does+not+exist&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Another way to do this is to use the Libname Excel engine instead, then there is no need for looping thru the different sheets with a macro call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2013 11:28:44 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2013-03-25T11:28:44Z</dc:date>
    <item>
      <title>Creating datasets based on 'sheets' in Excel!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-datasets-based-on-sheets-in-Excel/m-p/87132#M18604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to import multiple&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt; excel sheets&amp;nbsp; to get different ouput datasets,....&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check and help ...what's wrong in my approach??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%MACRO IMPR(IMP,OUT_DAT,EXL_SHT);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT DATAFILE="&amp;amp;IMP" DBMS=EXCEL OUT=&amp;amp;OUT_DAT REPLACE;&lt;/P&gt;&lt;P&gt;SHEET="EXL_SHT";&lt;/P&gt;&lt;P&gt;MIXED=YES;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%MEND IMPR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%IMPR(C:\Users\galax_allu\Desktop\Y3DTR.XLS,PURCHASE, PUR);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%IMPR(C:\Users\galax_allu\Desktop\Y3DTR.XLS,SWITCHES, SWT);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************Error message**************88&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Data source is connected in READ ONLY mode.&lt;/P&gt;&lt;P&gt;ERROR: File _IMEX_.'EXL_SHT$'n.DATA does not exist.&lt;/P&gt;&lt;P&gt;ERROR: Import unsuccessful.&amp;nbsp; See SAS Log for details.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.96 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.56 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 11:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-datasets-based-on-sheets-in-Excel/m-p/87132#M18604</guid>
      <dc:creator>allurai0412</dc:creator>
      <dc:date>2013-03-25T11:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets based on 'sheets' in Excel!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-datasets-based-on-sheets-in-Excel/m-p/87133#M18605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a bunch of SAS notes regarding this error message. I suggest that you first look thru these.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/dsearch?charset=iso-8859-1&amp;amp;nh=25&amp;amp;s1=1&amp;amp;filter=&amp;amp;qt=ERROR%3A+File+_IMEX+does+not+exist+&amp;amp;la=en&amp;amp;oq=ERROR%3A+File+_IMEX_.%22EXL_SHT%24%22n.DATA+does+not+exist&amp;amp;ct=&amp;amp;searchterm=ERROR%3A+File+_IMEX+does+not+exist" title="http://support.sas.com/dsearch?charset=iso-8859-1&amp;amp;nh=25&amp;amp;s1=1&amp;amp;filter=&amp;amp;qt=ERROR%3A+File+_IMEX+does+not+exist+&amp;amp;la=en&amp;amp;oq=ERROR%3A+File+_IMEX_.%22EXL_SHT%24%22n.DATA+does+not+exist&amp;amp;ct=&amp;amp;searchterm=ERROR%3A+File+_IMEX+does+not+exist"&gt;http://support.sas.com/dsearch?charset=iso-8859-1&amp;amp;nh=25&amp;amp;s1=1&amp;amp;filter=&amp;amp;qt=ERROR%3A+File+_IMEX+does+not+exist+&amp;amp;la=en&amp;amp;oq=ERROR%3A+File+_IMEX_.%22EXL_SHT%24%22n.DATA+does+not+exist&amp;amp;ct=&amp;amp;searchterm=ERROR%3A+File+_IMEX+does+not+exist&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Another way to do this is to use the Libname Excel engine instead, then there is no need for looping thru the different sheets with a macro call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 11:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-datasets-based-on-sheets-in-Excel/m-p/87133#M18605</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-03-25T11:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating datasets based on 'sheets' in Excel!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-datasets-based-on-sheets-in-Excel/m-p/87134#M18606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ...i found the error....I have not included the&amp;nbsp; &lt;STRONG&gt;"&amp;amp;" i&lt;/STRONG&gt;n the line ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHEET="EXL_SHT";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALLU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 11:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-datasets-based-on-sheets-in-Excel/m-p/87134#M18606</guid>
      <dc:creator>allurai0412</dc:creator>
      <dc:date>2013-03-25T11:37:29Z</dc:date>
    </item>
  </channel>
</rss>

