<?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 proc import of excel file: SAS not reading file correctly... in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128018#M35000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to import an Excel file. It's rather large, the file, but I don't think that should have anything to do with my problem. Because of an error in sas 9.4 (or so i'm told) I cannot use the import wizard (under "File"), where the error message says: "Connection failed. See log for details". So instead I'm using PROC IMPORT. But when I do this the Excel file is definitely not read correctly bu sas. When using the proc contents it only shows me gibberish/not what the dataset would look like whatsoever.&amp;nbsp; Here's my code below. What could I do to make SAS read the Excel file correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;proc &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;import&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;dbms&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=xlsx &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=Work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;datafile&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;'c:\Emilietilimport2.xlsx'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;GETNAMES=YES;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;Proc contents&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=Work;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2013 21:53:30 GMT</pubDate>
    <dc:creator>UlrikkaRae</dc:creator>
    <dc:date>2013-10-29T21:53:30Z</dc:date>
    <item>
      <title>proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128018#M35000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to import an Excel file. It's rather large, the file, but I don't think that should have anything to do with my problem. Because of an error in sas 9.4 (or so i'm told) I cannot use the import wizard (under "File"), where the error message says: "Connection failed. See log for details". So instead I'm using PROC IMPORT. But when I do this the Excel file is definitely not read correctly bu sas. When using the proc contents it only shows me gibberish/not what the dataset would look like whatsoever.&amp;nbsp; Here's my code below. What could I do to make SAS read the Excel file correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;proc &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;import&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;dbms&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=xlsx &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=Work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;datafile&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;'c:\Emilietilimport2.xlsx'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;GETNAMES=YES;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;Proc contents&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=Work;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;run;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 21:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128018#M35000</guid>
      <dc:creator>UlrikkaRae</dc:creator>
      <dc:date>2013-10-29T21:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128019#M35001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You haven't given us enough information to help. I'd contact Tech Support OR save the excel file as CSV and then import that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 22:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128019#M35001</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-10-29T22:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128020#M35002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show the actual results of contents as well. If you tried to post it, it didn't show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 22:57:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128020#M35002</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-10-29T22:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128021#M35003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can create a sample Excel with the first 10 or so lines of your full data. Then try and import this sample Excel. If this also doesn't work then attach it here in this forum so we can look into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why the import wizard doesn't work for you. Are you using SAS EG or "PC SAS".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 23:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128021#M35003</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-10-29T23:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128022#M35004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your fine and much appreciated replies!&lt;/P&gt;&lt;P&gt;After doing various Things back and forth the PROC IMPORT ultimately worked, but I can't see what I did differently. So I'll still post some images and explanation below of the problems I experienced. SADLY, though, the import wizard still doesn't work which I would much prefer to use over the Proc import. As explained at the end, for Patrick, the problem seems to stem from sas... see link.&lt;/P&gt;&lt;P&gt;@ Reeza: I tried importing the csv file as well, but that didn't work either. Below is an image of the output (@Ballard too). And this output doesn't make sense, for example I have 50 variables, not 3....&lt;/P&gt;&lt;P&gt; &lt;IMG alt="sasexample.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4463_sasexample.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;And the print of the imported ´dataset was this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sasexample2.png" class="jive-image" height="116" src="https://communities.sas.com/legacyfs/online/4464_sasexample2.png" width="366" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; @ Patrick: I tried using only the 10 first rows but I got the same result. About the wizard I'm using PC SAS and&amp;nbsp; the link here: &lt;A href="http://support.sas.com/kb/43/933.html" title="http://support.sas.com/kb/43/933.html"&gt;http://support.sas.com/kb/43/933.html&lt;/A&gt; explains the problem that I'm experiencing with the wizard, but the solution the sas-site suggests doesn't work so I'm told to contact sas technical support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 10:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128022#M35004</guid>
      <dc:creator>UlrikkaRae</dc:creator>
      <dc:date>2013-10-30T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128023#M35005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I see. You're having a "bit-ness" problem and you need the right drivers. That's actually more of a Windows/MS Office than a SAS issue. One way around this could be to save your Excel as .csv and then import this csv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128023#M35005</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-10-30T13:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128024#M35006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to install PC FILES Server. &lt;/P&gt;&lt;P&gt;I'm guessing you have 64 bit SAS talking to 32bit Office?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128024#M35006</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-10-30T14:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128025#M35007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And possibly a language issue around unicode or other fonts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128025#M35007</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-10-30T14:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128026#M35008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I read the same at the page I linked to; that it could be a 32bit to a 64 bit sas problem, and now that I've checked it out it goes to show that this IS the problem - I AM running with a 32bit office package! Darn, I bought the computer with office already installed - why would they put a 32bit office package on a 64bit system!?&lt;/P&gt;&lt;P&gt;Alright I'll try and install the PC files server, you think that would solve the problem so to be able to use the import wizard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:43:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128026#M35008</guid>
      <dc:creator>UlrikkaRae</dc:creator>
      <dc:date>2013-10-30T14:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128027#M35009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually no, mine doesn't at least &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/P&gt;&lt;P&gt;I use libname engine though and that works. &lt;/P&gt;&lt;P&gt;Microsoft recommends 32bit Office at the moment, 64 bit is too buggy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:45:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128027#M35009</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-10-30T14:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128028#M35010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was very helpful too. thank you Patrick, I just hope it reads the variables correctly still when it's a csv file (binomial/character/number...) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128028#M35010</guid>
      <dc:creator>UlrikkaRae</dc:creator>
      <dc:date>2013-10-30T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128029#M35011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have more control with a CSV than you would with Excel, but its more manual in turn. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128029#M35011</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-10-30T15:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128030#M35012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright, that's good to know about the office 32 vs 64bit, thank you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128030#M35012</guid>
      <dc:creator>UlrikkaRae</dc:creator>
      <dc:date>2013-10-30T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128031#M35013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="822898" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Add the "guessingrows" statement to your Proc Import to ensure that the result is as good as possible. &lt;A href="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p13kvtl8ezj13in17i6m99jypcwi.htm" title="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p13kvtl8ezj13in17i6m99jypcwi.htm"&gt;Base SAS(R) 9.3 Procedures Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is a great blog from Chris Hemedinger about all the ways you can write to an Excel. Pretty much the same applies also for reading from Excels: &lt;A class="active_link" href="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/"&gt;http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 04:09:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128031#M35013</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-10-31T04:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: proc import of excel file: SAS not reading file correctly...</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128032#M35014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patrick, good idea with the guessing rows. When it's only 8 rows as the default it has been causing me problems indeed. And thanks for the links!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 09:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-import-of-excel-file-SAS-not-reading-file-correctly/m-p/128032#M35014</guid>
      <dc:creator>UlrikkaRae</dc:creator>
      <dc:date>2013-10-31T09:24:00Z</dc:date>
    </item>
  </channel>
</rss>

