<?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: how to reading in num value with more than 16 digits! in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91325#M26065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does the table server help, with its extension to data types in SAS.&lt;/P&gt;&lt;P&gt;It was called something like "data step 2" before GA in earlier releases of SAS9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 22:03:17 GMT</pubDate>
    <dc:creator>Peter_C</dc:creator>
    <dc:date>2012-08-14T22:03:17Z</dc:date>
    <item>
      <title>how to reading in num value with more than 16 digits!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91318#M26058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable in ORACLE database with value like 12345678901234567890--20 digits.&lt;/P&gt;&lt;P&gt;But SAS only support up to 16 digits.&lt;/P&gt;&lt;P&gt;Is there anyway to read in that 20 digits number without loss of accuracy?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 10:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91318#M26058</guid>
      <dc:creator>jjjoy</dc:creator>
      <dc:date>2012-08-13T10:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to reading in num value with more than 16 digits!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91319#M26059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using Formats&amp;nbsp;&amp;nbsp; you can able to display numeric variables which length is more then 16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data dsn;&lt;/P&gt;&lt;P&gt;a=12345678910122341258;&lt;/P&gt;&lt;P&gt;format a best20.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;P&gt;Sanjeev.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 11:15:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91319#M26059</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2012-08-13T11:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to reading in num value with more than 16 digits!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91320#M26060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is not possible as Numeric............:) If you derive as character just use length.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 11:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91320#M26060</guid>
      <dc:creator>yaswanthj</dc:creator>
      <dc:date>2012-08-13T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to reading in num value with more than 16 digits!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91321#M26061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not a matter of importing the value, but rather one of storage.&amp;nbsp; SAS uses a length of 8 to store numerics, this allows 16 digits to be stored accurately (depending on your OS).&amp;nbsp; See &lt;A href="http://support.sas.com/techsup/technote/ts654.pdf"&gt;http://support.sas.com/techsup/technote/ts654.pdf&lt;/A&gt; for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what to do?&amp;nbsp; It depends.&amp;nbsp; What do you want to do with the data value?&amp;nbsp; Arithmatic?&amp;nbsp; Is it a code that can be converted to character as suggested above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 17:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91321#M26061</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2012-08-13T17:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to reading in num value with more than 16 digits!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91322#M26062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to enforce conversion to character to store in SAS. The option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBSASTYPE&lt;/P&gt;&lt;P&gt;might help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 21:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91322#M26062</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2012-08-13T21:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to reading in num value with more than 16 digits!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91323#M26063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We also have such large oracle numeric dimension keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 23:01:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91323#M26063</guid>
      <dc:creator>RobertH</dc:creator>
      <dc:date>2012-08-13T23:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to reading in num value with more than 16 digits!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91324#M26064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If these are just key values can't they be treated as character strings?&amp;nbsp; If you truly need them to be numeric, you will need to tell us what it is that you are trying to accomplish with them. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 18:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91324#M26064</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2012-08-14T18:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to reading in num value with more than 16 digits!</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91325#M26065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does the table server help, with its extension to data types in SAS.&lt;/P&gt;&lt;P&gt;It was called something like "data step 2" before GA in earlier releases of SAS9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 22:03:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-reading-in-num-value-with-more-than-16-digits/m-p/91325#M26065</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2012-08-14T22:03:17Z</dc:date>
    </item>
  </channel>
</rss>

