<?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: SAS decimal places in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135611#M295691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that and it doesn't work, it is really weird. I've tried a few things and nothing seems to work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2013 06:03:34 GMT</pubDate>
    <dc:creator>rfarmenta</dc:creator>
    <dc:date>2013-11-08T06:03:34Z</dc:date>
    <item>
      <title>SAS decimal places</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135609#M295689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel dataset, when I read the data in SAS it is adding extra decimal places, the values all have two in excel, example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21.71&lt;/P&gt;&lt;P&gt;24.63&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When SAS reads the values in they have like 10 decimal places, so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21.71342342349&lt;/P&gt;&lt;P&gt;etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is SAS doing this and how do I get it to stop? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 04:59:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135609#M295689</guid>
      <dc:creator>rfarmenta</dc:creator>
      <dc:date>2013-11-08T04:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS decimal places</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135610#M295690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the data in Excel formatted and the actual value is 21.71342342349 in Excel as well? Try and use another format with more decimals for this Excel cell and see what you get.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 05:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135610#M295690</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-11-08T05:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS decimal places</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135611#M295691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that and it doesn't work, it is really weird. I've tried a few things and nothing seems to work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 06:03:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135611#M295691</guid>
      <dc:creator>rfarmenta</dc:creator>
      <dc:date>2013-11-08T06:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS decimal places</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135612#M295692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you say when you click into the cell in Excel you see the number in the formula bar also with 2 decimals only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach your Excel (or better a copy of it with only one sheet and a few lines of data having this issue)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 06:09:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135612#M295692</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-11-08T06:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS decimal places</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135613#M295693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can control the decimal place with the help of formats, please try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format var_name 8.2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will control the decimal places&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 07:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-decimal-places/m-p/135613#M295693</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2013-11-08T07:37:16Z</dc:date>
    </item>
  </channel>
</rss>

