<?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=32767 in proc import! in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136291#M11022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;just noticed that now all the numeric variables including sas date variables all became character variables"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;That is beacuse these numeric variabls and date variables contains some characters&amp;nbsp; like TAB ......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;You need to change them on your own, and no doubt you get some error in log, and use ??&amp;nbsp; or compress() to avoid the error info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jan 2015 07:57:50 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-01-24T07:57:50Z</dc:date>
    <item>
      <title>guessingrows=32767 in proc import!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136290#M11021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I previously had a problem when I used proc import to import a csv file into SAS EG (two of the numeric variables were detected for errors for some rows). But when I imported the csv file manually, it was fine. I was suggested by Xia Keshan that I could use &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;guessingrows=32767&lt;/SPAN&gt; statement. When I tried the proc import with this statement,&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; I didn't have any errors like before. However, just noticed that now all the numeric variables including sas date variables all became character variables. Any suggesion on resolving this issue? Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 04:46:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136290#M11021</guid>
      <dc:creator>Dil</dc:creator>
      <dc:date>2015-01-24T04:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: guessingrows=32767 in proc import!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136291#M11022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;just noticed that now all the numeric variables including sas date variables all became character variables"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;That is beacuse these numeric variabls and date variables contains some characters&amp;nbsp; like TAB ......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;You need to change them on your own, and no doubt you get some error in log, and use ??&amp;nbsp; or compress() to avoid the error info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 07:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136291#M11022</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-24T07:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: guessingrows=32767 in proc import!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136292#M11023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xia keshan. Yes, you are right. Now I imported them on my own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just out of curiosity. Did you mean those variables might have ..... or actual word TAB? I guess .... right? I do see that those two variables have decimal points. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 19:53:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136292#M11023</guid>
      <dc:creator>Dil</dc:creator>
      <dc:date>2015-01-25T19:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: guessingrows=32767 in proc import!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136293#M11024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can read csv files excellent using a datastep. No need to go for guessing as you are knowing your data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 20:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136293#M11024</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-01-25T20:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: guessingrows=32767 in proc import!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136294#M11025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know. But they do have some characters I believe.&lt;/P&gt;&lt;P&gt;If you use input() to convert them into numeric variable, You are going to get ERROR message in log window , I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 06:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/136294#M11025</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-26T06:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: guessingrows=32767 in proc import!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/316003#M21297</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you give some small example on how can we read .csv files using datalines and without guessing rows and proc import?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will be of great help.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 17:03:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/guessingrows-32767-in-proc-import/m-p/316003#M21297</guid>
      <dc:creator>GurmeetKaur_23</dc:creator>
      <dc:date>2016-12-01T17:03:41Z</dc:date>
    </item>
  </channel>
</rss>

