<?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 off to the NEXT 100 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Rounding-off-to-the-NEXT-100/m-p/979111#M378737</link>
    <description>&lt;P&gt;Good day&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to round off numbers to the Next 100.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data is as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data Enumerate;&lt;BR /&gt;input Resources;&lt;BR /&gt;datalines;&lt;BR /&gt;925 &lt;BR /&gt;147&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need the&amp;nbsp; number 925 to be 1000;&lt;/P&gt;
&lt;P&gt;I need the 147 to be 200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that with the round statement, the two numbers will be 900 and 100 respectively&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please assist&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 12:02:31 GMT</pubDate>
    <dc:creator>mmohotsi</dc:creator>
    <dc:date>2025-11-19T12:02:31Z</dc:date>
    <item>
      <title>Rounding off to the NEXT 100</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rounding-off-to-the-NEXT-100/m-p/979111#M378737</link>
      <description>&lt;P&gt;Good day&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to round off numbers to the Next 100.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data is as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data Enumerate;&lt;BR /&gt;input Resources;&lt;BR /&gt;datalines;&lt;BR /&gt;925 &lt;BR /&gt;147&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need the&amp;nbsp; number 925 to be 1000;&lt;/P&gt;
&lt;P&gt;I need the 147 to be 200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that with the round statement, the two numbers will be 900 and 100 respectively&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please assist&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 12:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rounding-off-to-the-NEXT-100/m-p/979111#M378737</guid>
      <dc:creator>mmohotsi</dc:creator>
      <dc:date>2025-11-19T12:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding off to the NEXT 100</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rounding-off-to-the-NEXT-100/m-p/979112#M378738</link>
      <description>You could potentially just use:&lt;BR /&gt;num=CEIL(Resources/100)*100;</description>
      <pubDate>Wed, 19 Nov 2025 12:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rounding-off-to-the-NEXT-100/m-p/979112#M378738</guid>
      <dc:creator>quickbluefish</dc:creator>
      <dc:date>2025-11-19T12:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding off to the NEXT 100</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Rounding-off-to-the-NEXT-100/m-p/979116#M378740</link>
      <description>&lt;P&gt;Use the round function with 2nd argument equal to 100 (which gives you answers 900 and 100) and then add 100.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 13:05:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Rounding-off-to-the-NEXT-100/m-p/979116#M378740</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-11-19T13:05:44Z</dc:date>
    </item>
  </channel>
</rss>

