<?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 Get SAS to Round Numbers to the Nearest Whole Number/Nearest Tenth, Nearest Hundredth, Etc. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/594998#M15715</link>
    <description>&lt;P&gt;Is there a way to get SAS to round a number (ex. sum, product, quotient) to the nearest whole number, nearest tenth, nearest hundredth, etc. after adding, multiplying, or dividing a series of numbers?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2019 10:11:56 GMT</pubDate>
    <dc:creator>JackZ295</dc:creator>
    <dc:date>2019-10-09T10:11:56Z</dc:date>
    <item>
      <title>How to Get SAS to Round Numbers to the Nearest Whole Number/Nearest Tenth, Nearest Hundredth, Etc.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/594998#M15715</link>
      <description>&lt;P&gt;Is there a way to get SAS to round a number (ex. sum, product, quotient) to the nearest whole number, nearest tenth, nearest hundredth, etc. after adding, multiplying, or dividing a series of numbers?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 10:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/594998#M15715</guid>
      <dc:creator>JackZ295</dc:creator>
      <dc:date>2019-10-09T10:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get SAS to Round Numbers to the Nearest Whole Number/Nearest Tenth, Nearest Hundredth, Et</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/594999#M15716</link>
      <description>&lt;P&gt;Use the &lt;A href="https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=p0tj6cmga7p8qln1ejh6ebevm0c9.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;Round Function&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 10:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/594999#M15716</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-10-09T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get SAS to Round Numbers to the Nearest Whole Number/Nearest Tenth, Nearest Hundredth, Et</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/595006#M15720</link>
      <description>&lt;P&gt;Fully agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Round to the Nearest Whole Number&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;newvar = round(var,1)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Round to the Nearest Tenth&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;newvar = round(var,.1)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Round to the Nearest Hundredth&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;newvar = round(var,.01)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 10:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/595006#M15720</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2019-10-09T10:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get SAS to Round Numbers to the Nearest Whole Number/Nearest Tenth, Nearest Hundredth, Et</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/595103#M15731</link>
      <description>&lt;P&gt;And one of the fun things with the SAS Round function is you can round to other multiples such as 7 or 0.3 if that is needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;newvar = round(var, 7);&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 15:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Get-SAS-to-Round-Numbers-to-the-Nearest-Whole-Number/m-p/595103#M15731</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-09T15:19:19Z</dc:date>
    </item>
  </channel>
</rss>

