<?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 Re: Extracting Characters in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429778#M27720</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data h;
input var $15.;
datalines;
JIM325612
SARAH651291
;
data want;
set h;
want=compress(var,,'d');
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 22 Jan 2018 21:05:07 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2018-01-22T21:05:07Z</dc:date>
    <item>
      <title>Extracting Characters</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429772#M27718</link>
      <description>&lt;P&gt;Trying to extract only characters from a column, i.e.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JIM325612&lt;/P&gt;&lt;P&gt;SARAH651291&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each has 6 digits behind them but the amount of characters vary. How do I just pull the characters using 'SUBSTR' or something similar?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 20:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429772#M27718</guid>
      <dc:creator>Tihannah</dc:creator>
      <dc:date>2018-01-22T20:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Characters</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429776#M27719</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;want=compress(your_variable,,'d');&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429776#M27719</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-01-22T21:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Characters</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429778#M27720</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data h;
input var $15.;
datalines;
JIM325612
SARAH651291
;
data want;
set h;
want=compress(var,,'d');
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429778#M27720</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-01-22T21:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Characters</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429779#M27721</link>
      <description>&lt;P&gt;Thank you so much! Worked perfect!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-Characters/m-p/429779#M27721</guid>
      <dc:creator>Tihannah</dc:creator>
      <dc:date>2018-01-22T21:07:14Z</dc:date>
    </item>
  </channel>
</rss>

