<?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 excel libname guessing rows in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/excel-libname-guessing-rows/m-p/22057#M3574</link>
    <description>having a bit of trouble - reading data out of excel &lt;BR /&gt;
so thought I'd try the user community for support (as well)&lt;BR /&gt;
 &lt;BR /&gt;
client data now has some blank rows (apart from one cell with a second column heading) before the "amount" data starts. &lt;BR /&gt;
Unfortunately now, the first amount is in row 11 - beyond the depth of the default search for data-type metadata. Previously the data started straight away so there was no problem determining that the column should be numeric.&lt;BR /&gt;
This is a locked down dest-top environment so "fixing" the relevant cell in the windows registry looks like being the very-slowest solution.&lt;BR /&gt;
I understand "guessing-rows" is a PROC IMPORT option - but my application is using a "common macro" that uses the libname engine to proc copy all ranges/objects from excel that appear in that libname without a $ in the name. &lt;BR /&gt;
 &lt;BR /&gt;
So here's the question &amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;BR /&gt;
do you know of a Libname statement option for SAS Access to PC files that alows the excel "guessing rows" to be specified?&lt;BR /&gt;
 &lt;BR /&gt;
peterC

In earlier thread &lt;A href="http://support.sas.com/forums/thread.jspa?messageID=30629瞥" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=30629瞥&lt;/A&gt; Doc@Duke points out that a SAS solution to avoid a registry change is unlikely &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;BR /&gt;
    &lt;BR /&gt;
Message was edited by: Peter.C</description>
    <pubDate>Mon, 25 Oct 2010 12:07:54 GMT</pubDate>
    <dc:creator>Peter_C</dc:creator>
    <dc:date>2010-10-25T12:07:54Z</dc:date>
    <item>
      <title>excel libname guessing rows</title>
      <link>https://communities.sas.com/t5/SAS-Programming/excel-libname-guessing-rows/m-p/22057#M3574</link>
      <description>having a bit of trouble - reading data out of excel &lt;BR /&gt;
so thought I'd try the user community for support (as well)&lt;BR /&gt;
 &lt;BR /&gt;
client data now has some blank rows (apart from one cell with a second column heading) before the "amount" data starts. &lt;BR /&gt;
Unfortunately now, the first amount is in row 11 - beyond the depth of the default search for data-type metadata. Previously the data started straight away so there was no problem determining that the column should be numeric.&lt;BR /&gt;
This is a locked down dest-top environment so "fixing" the relevant cell in the windows registry looks like being the very-slowest solution.&lt;BR /&gt;
I understand "guessing-rows" is a PROC IMPORT option - but my application is using a "common macro" that uses the libname engine to proc copy all ranges/objects from excel that appear in that libname without a $ in the name. &lt;BR /&gt;
 &lt;BR /&gt;
So here's the question &amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;BR /&gt;
do you know of a Libname statement option for SAS Access to PC files that alows the excel "guessing rows" to be specified?&lt;BR /&gt;
 &lt;BR /&gt;
peterC

In earlier thread &lt;A href="http://support.sas.com/forums/thread.jspa?messageID=30629瞥" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=30629瞥&lt;/A&gt; Doc@Duke points out that a SAS solution to avoid a registry change is unlikely &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;BR /&gt;
    &lt;BR /&gt;
Message was edited by: Peter.C</description>
      <pubDate>Mon, 25 Oct 2010 12:07:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/excel-libname-guessing-rows/m-p/22057#M3574</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-10-25T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: excel libname guessing rows</title>
      <link>https://communities.sas.com/t5/SAS-Programming/excel-libname-guessing-rows/m-p/22058#M3575</link>
      <description>Peter, &lt;BR /&gt;
No&lt;BR /&gt;
the only way would be creating in excel by a way or another&lt;BR /&gt;
a named range restricted to the correct  area.&lt;BR /&gt;
As the named area are in fact the object without $ and you are copying them!&lt;BR /&gt;
the sheet name are appearing with  a $  if you use a libname with engine excel .&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Mon, 25 Oct 2010 13:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/excel-libname-guessing-rows/m-p/22058#M3575</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-10-25T13:05:05Z</dc:date>
    </item>
  </channel>
</rss>

