<?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 Delete last two digits from a numeric variable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Delete-last-two-digits-from-a-numeric-variable/m-p/41503#M10742</link>
    <description>Hello guys,&lt;BR /&gt;
I want to reduce 12345678 into 123456.&lt;BR /&gt;
It's a numeric variable.&lt;BR /&gt;
Any hint!&lt;BR /&gt;
x</description>
    <pubDate>Fri, 15 Jan 2010 18:14:53 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-01-15T18:14:53Z</dc:date>
    <item>
      <title>Delete last two digits from a numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Delete-last-two-digits-from-a-numeric-variable/m-p/41503#M10742</link>
      <description>Hello guys,&lt;BR /&gt;
I want to reduce 12345678 into 123456.&lt;BR /&gt;
It's a numeric variable.&lt;BR /&gt;
Any hint!&lt;BR /&gt;
x</description>
      <pubDate>Fri, 15 Jan 2010 18:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Delete-last-two-digits-from-a-numeric-variable/m-p/41503#M10742</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-15T18:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Delete last two digits from a numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Delete-last-two-digits-from-a-numeric-variable/m-p/41504#M10743</link>
      <description>To keep it numeric floor(x/100);</description>
      <pubDate>Fri, 15 Jan 2010 18:17:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Delete-last-two-digits-from-a-numeric-variable/m-p/41504#M10743</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2010-01-15T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete last two digits from a numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Delete-last-two-digits-from-a-numeric-variable/m-p/41505#M10744</link>
      <description>Thanks Flip,&lt;BR /&gt;
I converted the variable from numeric to character to use sbstrn function and then converted back to numeric &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Fri, 15 Jan 2010 19:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Delete-last-two-digits-from-a-numeric-variable/m-p/41505#M10744</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-15T19:52:20Z</dc:date>
    </item>
  </channel>
</rss>

