<?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: numeric values weren't read correctly in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197694#M49413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately yes. In what form do you receive these tables? If they are delimited or fixed-length text files you may be able to read them in as character to begin with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2015 04:36:00 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-06-02T04:36:00Z</dc:date>
    <item>
      <title>numeric values weren't read correctly</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197691#M49410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help to explain why the numeric values were not read correctly?&amp;nbsp;&amp;nbsp; Thank you!&amp;nbsp; Yvonne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data id;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input id best32.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; format id 20.;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;2416303039498861622&lt;/P&gt;&lt;P&gt;2416303543869862689&lt;/P&gt;&lt;P&gt;2416307785486124532&lt;/P&gt;&lt;P&gt;2416309804262141822&lt;/P&gt;&lt;P&gt;; run;&lt;/P&gt;&lt;P&gt;proc print; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------output--------&lt;/P&gt;&lt;P&gt;Obs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;/P&gt;&lt;P&gt; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2416303039498861568&lt;BR /&gt; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2416303543869862912&lt;BR /&gt; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2416307785486124544&lt;BR /&gt; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2416309804262141952&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 03:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197691#M49410</guid>
      <dc:creator>Ying</dc:creator>
      <dc:date>2015-06-02T03:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: numeric values weren't read correctly</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197692#M49411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your ID field is too long for SAS to hold accurately as a number - around 15 digits is the maximum. For ID-type fields read these as character to fix your problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; input id $20.;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 04:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197692#M49411</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-06-02T04:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: numeric values weren't read correctly</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197693#M49412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have other tables with numeric ID (length 20.), this table was from 3rd party.&amp;nbsp; Does&amp;nbsp; it mean I need to convert others to a character ID?&amp;nbsp; Not very efficient but if there is no choice. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 04:18:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197693#M49412</guid>
      <dc:creator>Ying</dc:creator>
      <dc:date>2015-06-02T04:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: numeric values weren't read correctly</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197694#M49413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately yes. In what form do you receive these tables? If they are delimited or fixed-length text files you may be able to read them in as character to begin with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 04:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/numeric-values-weren-t-read-correctly/m-p/197694#M49413</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-06-02T04:36:00Z</dc:date>
    </item>
  </channel>
</rss>

