<?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 Split string out into component words delimited by underscores in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384181#M91700</link>
    <description>&lt;P&gt;i have dataset like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;name&lt;/P&gt;
&lt;P&gt;john_001_kilber&lt;/P&gt;
&lt;P&gt;mathew_josh_007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and i want output like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;f_name &amp;nbsp;num &amp;nbsp;l_name&lt;/P&gt;
&lt;P&gt;john &amp;nbsp; &amp;nbsp; &amp;nbsp; 001 &amp;nbsp; kilber&lt;/P&gt;
&lt;P&gt;mathew &amp;nbsp;007 &amp;nbsp; josh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help me with this...&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2017 09:07:26 GMT</pubDate>
    <dc:creator>Sharad_Pujari</dc:creator>
    <dc:date>2017-07-31T09:07:26Z</dc:date>
    <item>
      <title>Split string out into component words delimited by underscores</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384181#M91700</link>
      <description>&lt;P&gt;i have dataset like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;name&lt;/P&gt;
&lt;P&gt;john_001_kilber&lt;/P&gt;
&lt;P&gt;mathew_josh_007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and i want output like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;f_name &amp;nbsp;num &amp;nbsp;l_name&lt;/P&gt;
&lt;P&gt;john &amp;nbsp; &amp;nbsp; &amp;nbsp; 001 &amp;nbsp; kilber&lt;/P&gt;
&lt;P&gt;mathew &amp;nbsp;007 &amp;nbsp; josh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help me with this...&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384181#M91700</guid>
      <dc:creator>Sharad_Pujari</dc:creator>
      <dc:date>2017-07-31T09:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: base sas scenario</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384182#M91701</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You can use the scan function&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p0jshdjy2z9zdzn1h7k90u99lyq6.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p0jshdjy2z9zdzn1h7k90u99lyq6.htm&lt;/A&gt;</description>
      <pubDate>Mon, 31 Jul 2017 08:36:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384182#M91701</guid>
      <dc:creator>gamotte</dc:creator>
      <dc:date>2017-07-31T08:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: base sas scenario</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384183#M91702</link>
      <description>&lt;P&gt;Will the data always have this exact structure? So that you have three strings of text separated by two underscores and you want f_name to be the first of the character strings not containing a numbers, num to be the string containing numbers and l_name to be the last string not containing numbers? Am I correct &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 08:39:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384183#M91702</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-07-31T08:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: base sas scenario</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384338#M91757</link>
      <description>yes&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Split-string-out-into-component-words-delimited-by-underscores/m-p/384338#M91757</guid>
      <dc:creator>Sharad_Pujari</dc:creator>
      <dc:date>2017-07-31T16:06:34Z</dc:date>
    </item>
  </channel>
</rss>

