<?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 How to manage decimal points? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-manage-decimal-points/m-p/267714#M52931</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have sas data file with more than 5 decimal points. I want to remove decimal with rounding off the last digit. How can I do?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2016 20:23:51 GMT</pubDate>
    <dc:creator>wajmsu</dc:creator>
    <dc:date>2016-05-02T20:23:51Z</dc:date>
    <item>
      <title>How to manage decimal points?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-manage-decimal-points/m-p/267714#M52931</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have sas data file with more than 5 decimal points. I want to remove decimal with rounding off the last digit. How can I do?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 20:23:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-manage-decimal-points/m-p/267714#M52931</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-05-02T20:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage decimal points?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-manage-decimal-points/m-p/267715#M52932</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rounded = round(unrounded, 1); * Rounds to nearest whole number;
rounded4 = round(unrounded, 0.0001); * Rounds to 4 decimal places;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 May 2016 20:31:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-manage-decimal-points/m-p/267715#M52932</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-05-02T20:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage decimal points?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-manage-decimal-points/m-p/267798#M52958</link>
      <description>&lt;P&gt;Thanks SASKiwi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my varaible to be rounded off is 'gesta_age_wks'. how should i write the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 03:51:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-manage-decimal-points/m-p/267798#M52958</guid>
      <dc:creator>wajmsu</dc:creator>
      <dc:date>2016-05-03T03:51:15Z</dc:date>
    </item>
  </channel>
</rss>

