<?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: how can i import excel file in sas from second row? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312238#M67694</link>
    <description>&lt;P&gt;Post your SAS log then.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2016 07:42:16 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-11-17T07:42:16Z</dc:date>
    <item>
      <title>how can i import excel file in sas from second row?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312219#M67684</link>
      <description>&lt;P&gt;I want o import file from second row but it is throwing out error. Below mentioned is the statement that i have executed.Please find the attachement for error formed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Statement Executed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import datafile="C:\Documents\execrise2\Database.xls"&lt;/P&gt;&lt;P&gt;out= work.a&lt;/P&gt;&lt;P&gt;DBMS=EXCEL REPLACE;&lt;/P&gt;&lt;P&gt;SHEET="Gold$";&lt;/P&gt;&lt;P&gt;GETNAMES=NO;&lt;/P&gt;&lt;P&gt;DATAROW=2;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13152iE09CB77FE586D1A0/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="error1.PNG" title="error1.PNG" /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 05:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312219#M67684</guid>
      <dc:creator>ROHINISDAS</dc:creator>
      <dc:date>2016-11-17T05:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: how can i import excel file in sas from second row?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312224#M67687</link>
      <description>&lt;P&gt;Your error message refers to the DELIMITER = &amp;nbsp;option which is not in your posted code. Also DATAROW is not available with DBMS = EXCEL, try DBMS = XLS instead:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#n0msy4hy1so0ren1acm90iijxn8j.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#n0msy4hy1so0ren1acm90iijxn8j.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:33:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312224#M67687</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-11-17T06:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: how can i import excel file in sas from second row?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312232#M67690</link>
      <description>&lt;P&gt;Still its not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:59:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312232#M67690</guid>
      <dc:creator>ROHINISDAS</dc:creator>
      <dc:date>2016-11-17T06:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: how can i import excel file in sas from second row?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312238#M67694</link>
      <description>&lt;P&gt;Post your SAS log then.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 07:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312238#M67694</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-11-17T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: how can i import excel file in sas from second row?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312244#M67698</link>
      <description>&lt;P&gt;Get rid of the crappy Excel file format. Export to something sensible and text-based (CSV!!) from Excel, and read that into SAS.&lt;/P&gt;
&lt;P&gt;Excel files only cause problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why?&lt;/P&gt;
&lt;P&gt;With Excel, you always force SAS to make guesses about column attributes and the size of the data (no of rows and columns) for you.&lt;/P&gt;
&lt;P&gt;With a text file and a data step, you control the import process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the system, don't let the system run you.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 08:29:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312244#M67698</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-17T08:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: how can i import excel file in sas from second row?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312284#M67709</link>
      <description>i totally accept but now a days i am doing exercises based on these concept so i am eager to know the solution.</description>
      <pubDate>Thu, 17 Nov 2016 11:18:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312284#M67709</guid>
      <dc:creator>ROHINISDAS</dc:creator>
      <dc:date>2016-11-17T11:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: how can i import excel file in sas from second row?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312350#M67740</link>
      <description>&lt;P&gt;Please post the log of the code you ran along with any error messages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is not an error the describe exactly how it is not working. Is there no data in the result? Incomplete data? Unexpected data? Provide details of exactly what is unsatisfactory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that providing the Excel file may not help&amp;nbsp;as Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-i-import-excel-file-in-sas-from-second-row/m-p/312350#M67740</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-17T15:14:27Z</dc:date>
    </item>
  </channel>
</rss>

