<?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: GUESSINGROWS for Excel in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728859#M28302</link>
    <description>&lt;P&gt;Do these help?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/17/123.html" target="_blank"&gt;https://support.sas.com/kb/17/123.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/46/472.html" target="_blank"&gt;https://support.sas.com/kb/46/472.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does DBMS = XLSX help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Mar 2021 19:21:11 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-03-24T19:21:11Z</dc:date>
    <item>
      <title>GUESSINGROWS for Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728856#M28301</link>
      <description>&lt;P&gt;I am importing an Excel file to SAS; however, one of variables (often 300+ characters) is getting truncated. I want to use GUESSINGROWS, but I see that it is not compatible with Excel, only text delimited data. It is the nature of the project I am using this data for to not alter the raw data we receive--i.e., I cannot convert the file itself to a compatible format. Does anyone know how I can read in the data so this variable will not be truncated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc import
	datafile = "&amp;amp;maindir.\Data\State Submissions\&amp;amp;year.\Raw\&amp;amp;state.\&amp;amp;stinptE."
	out = part_e_imp replace
	dbms = excel;
	GUESSINGROWS = 3000;
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Mar 2021 19:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728856#M28301</guid>
      <dc:creator>raivester</dc:creator>
      <dc:date>2021-03-24T19:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: GUESSINGROWS for Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728859#M28302</link>
      <description>&lt;P&gt;Do these help?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/17/123.html" target="_blank"&gt;https://support.sas.com/kb/17/123.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/46/472.html" target="_blank"&gt;https://support.sas.com/kb/46/472.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does DBMS = XLSX help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 19:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728859#M28302</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-24T19:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: GUESSINGROWS for Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728897#M28305</link>
      <description>Search for DBSASTYPE and using and ODBC connection instead.</description>
      <pubDate>Wed, 24 Mar 2021 21:35:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728897#M28305</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-03-24T21:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: GUESSINGROWS for Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728904#M28306</link>
      <description>Have you tried : &lt;BR /&gt;&lt;BR /&gt;GUESSINGROWS = MAX;</description>
      <pubDate>Thu, 25 Mar 2021 00:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728904#M28306</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2021-03-25T00:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: GUESSINGROWS for Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728945#M28307</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223452"&gt;@r_behata&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Have you tried : &lt;BR /&gt;&lt;BR /&gt;GUESSINGROWS = MAX;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Guessingrows is not a valid option for XLSX or XLS file formats. It is only valid for delimited text files.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 01:25:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GUESSINGROWS-for-Excel/m-p/728945#M28307</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-25T01:25:08Z</dc:date>
    </item>
  </channel>
</rss>

