<?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 rounding numbers with a decimal place up the next whole number in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rounding-numbers-with-a-decimal-place-up-the-next-whole-number/m-p/695282#M37414</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working to enhance an EG report with some new calcs to be used for determining shipping measurements&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data set will have 3&amp;nbsp; numeric data columns with whole numbers &amp;amp; numbers with decimal positions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IE:&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;17.72&lt;/P&gt;&lt;P&gt;13.47&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;6.15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the values that have no decimal positions, I need to leave those numbers 'as is'&lt;/P&gt;&lt;P&gt;Any value that has a decimal position, I need to always round up to the next whole number with no decimal positions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so my expected results will be:&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;18&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know of a function or routine I can use for this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 17:23:20 GMT</pubDate>
    <dc:creator>cnilsen</dc:creator>
    <dc:date>2020-10-29T17:23:20Z</dc:date>
    <item>
      <title>rounding numbers with a decimal place up the next whole number</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rounding-numbers-with-a-decimal-place-up-the-next-whole-number/m-p/695282#M37414</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working to enhance an EG report with some new calcs to be used for determining shipping measurements&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data set will have 3&amp;nbsp; numeric data columns with whole numbers &amp;amp; numbers with decimal positions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IE:&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;17.72&lt;/P&gt;&lt;P&gt;13.47&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;6.15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the values that have no decimal positions, I need to leave those numbers 'as is'&lt;/P&gt;&lt;P&gt;Any value that has a decimal position, I need to always round up to the next whole number with no decimal positions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so my expected results will be:&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;18&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know of a function or routine I can use for this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 17:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/rounding-numbers-with-a-decimal-place-up-the-next-whole-number/m-p/695282#M37414</guid>
      <dc:creator>cnilsen</dc:creator>
      <dc:date>2020-10-29T17:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: rounding numbers with a decimal place up the next whole number</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rounding-numbers-with-a-decimal-place-up-the-next-whole-number/m-p/695287#M37415</link>
      <description>&lt;P&gt;CEIL function.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n12bhb0oxndi2bn11205ojzgbdrw.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n12bhb0oxndi2bn11205ojzgbdrw.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/103426"&gt;@cnilsen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm working to enhance an EG report with some new calcs to be used for determining shipping measurements&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My data set will have 3&amp;nbsp; numeric data columns with whole numbers &amp;amp; numbers with decimal positions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IE:&lt;/P&gt;
&lt;P&gt;5&lt;/P&gt;
&lt;P&gt;17.72&lt;/P&gt;
&lt;P&gt;13.47&lt;/P&gt;
&lt;P&gt;15&lt;/P&gt;
&lt;P&gt;6.15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the values that have no decimal positions, I need to leave those numbers 'as is'&lt;/P&gt;
&lt;P&gt;Any value that has a decimal position, I need to always round up to the next whole number with no decimal positions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so my expected results will be:&lt;/P&gt;
&lt;P&gt;5&lt;/P&gt;
&lt;P&gt;18&lt;/P&gt;
&lt;P&gt;14&lt;/P&gt;
&lt;P&gt;15&lt;/P&gt;
&lt;P&gt;7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know of a function or routine I can use for this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 17:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/rounding-numbers-with-a-decimal-place-up-the-next-whole-number/m-p/695287#M37415</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-29T17:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: rounding numbers with a decimal place up the next whole number</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/rounding-numbers-with-a-decimal-place-up-the-next-whole-number/m-p/695295#M37416</link>
      <description>That worked PERFECT... thank you for the quick response!&lt;BR /&gt;-Chris&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2020 17:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/rounding-numbers-with-a-decimal-place-up-the-next-whole-number/m-p/695295#M37416</guid>
      <dc:creator>cnilsen</dc:creator>
      <dc:date>2020-10-29T17:41:05Z</dc:date>
    </item>
  </channel>
</rss>

