<?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 can i read numeric obs what is format can i use in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-read-numeric-obs-what-is-format-can-i-use/m-p/85881#M24551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The numbers you are trying to read seem to exceed the number of digits SAS can represent accurately.&lt;/P&gt;&lt;P&gt;Please see &lt;A href="http://support.sas.com/techsup/technote/ts654.pdf" title="http://support.sas.com/techsup/technote/ts654.pdf"&gt;http://support.sas.com/techsup/technote/ts654.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for an explanation of numeric precision in SAS by operating environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 13:00:56 GMT</pubDate>
    <dc:creator>Alpay</dc:creator>
    <dc:date>2012-06-18T13:00:56Z</dc:date>
    <item>
      <title>How can i read numeric obs what is format can i use</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-read-numeric-obs-what-is-format-can-i-use/m-p/85880#M24550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data work.digits;&lt;/P&gt;&lt;P&gt;input number1 ;&lt;/P&gt;&lt;P&gt;format number1 20.2;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;12899475490358567.67&lt;/P&gt;&lt;P&gt;12899475490358534545.67&lt;/P&gt;&lt;P&gt;;&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;the output is getting wrongly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 11:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-read-numeric-obs-what-is-format-can-i-use/m-p/85880#M24550</guid>
      <dc:creator>sas_Forum</dc:creator>
      <dc:date>2012-06-18T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can i read numeric obs what is format can i use</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-read-numeric-obs-what-is-format-can-i-use/m-p/85881#M24551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The numbers you are trying to read seem to exceed the number of digits SAS can represent accurately.&lt;/P&gt;&lt;P&gt;Please see &lt;A href="http://support.sas.com/techsup/technote/ts654.pdf" title="http://support.sas.com/techsup/technote/ts654.pdf"&gt;http://support.sas.com/techsup/technote/ts654.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for an explanation of numeric precision in SAS by operating environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 13:00:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-read-numeric-obs-what-is-format-can-i-use/m-p/85881#M24551</guid>
      <dc:creator>Alpay</dc:creator>
      <dc:date>2012-06-18T13:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can i read numeric obs what is format can i use</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-i-read-numeric-obs-what-is-format-can-i-use/m-p/85882#M24552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alpay is correct ... here are just a couple of additional notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always read the values as character instead of numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAS, the format width is the entire number of characters being printed (not the number of positions before the decimal point).&amp;nbsp; The width has to allow for the decimal point, a negative sign if needed, anything that will print.&amp;nbsp; While SAS doesn't have a width this wide, you would theoretically need a format of 23.2 to print the larger number in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 13:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-i-read-numeric-obs-what-is-format-can-i-use/m-p/85882#M24552</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-06-18T13:57:29Z</dc:date>
    </item>
  </channel>
</rss>

