<?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 how we import excel file having extension .xlsx in to dataset in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-we-import-excel-file-having-extension-xlsx-in-to-dataset/m-p/160354#M41766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how we import excel file having extension .xlsx in to dataset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2014 16:35:34 GMT</pubDate>
    <dc:creator>chittamsri1_gmail_com</dc:creator>
    <dc:date>2014-05-15T16:35:34Z</dc:date>
    <item>
      <title>how we import excel file having extension .xlsx in to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-we-import-excel-file-having-extension-xlsx-in-to-dataset/m-p/160354#M41766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how we import excel file having extension .xlsx in to dataset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 16:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-we-import-excel-file-having-extension-xlsx-in-to-dataset/m-p/160354#M41766</guid>
      <dc:creator>chittamsri1_gmail_com</dc:creator>
      <dc:date>2014-05-15T16:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: how we import excel file having extension .xlsx in to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-we-import-excel-file-having-extension-xlsx-in-to-dataset/m-p/160355#M41767</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;Depending on your version of SAS, the following "Answered" question has a number of suggestions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="40828" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 17:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-we-import-excel-file-having-extension-xlsx-in-to-dataset/m-p/160355#M41767</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2014-05-15T17:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: how we import excel file having extension .xlsx in to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-we-import-excel-file-having-extension-xlsx-in-to-dataset/m-p/160356#M41768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;IMPORT&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;OUT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;= want &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;DATAFILE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;"c:\temp\have.xlsx"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;DBMS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=EXCEL2007 REPLACE; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sheet=”sheet1”;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 17:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-we-import-excel-file-having-extension-xlsx-in-to-dataset/m-p/160356#M41768</guid>
      <dc:creator>pp2014</dc:creator>
      <dc:date>2014-05-15T17:10:35Z</dc:date>
    </item>
  </channel>
</rss>

