<?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: how to extract perticular word. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56064#M11950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use ' &lt;STRONG&gt;. '&amp;nbsp; &lt;/STRONG&gt;in compress function,all the dot's is going to be deleted.&lt;/P&gt;&lt;P&gt;but i want to retain the dot's after Sanjeev and SRINATH words.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 14:13:31 GMT</pubDate>
    <dc:creator>kuridisanjeev</dc:creator>
    <dc:date>2012-04-04T14:13:31Z</dc:date>
    <item>
      <title>how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56060#M11946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="70" style="border: 1px solid #000000; width: 642px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;NUMBER&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;TEXT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1.YOUR NAME IS 'SANJEEV.'&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2.YOUR NAME IS 'SRINATH.'&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Above data , i want to make some changes in text variable.&lt;/P&gt;&lt;P&gt;i want to exclude the numering in each text.&lt;/P&gt;&lt;P&gt;for example i want to display the text column like this&amp;nbsp; YOUR NAME IS 'SAJEEV.'(remove 1.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise Me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 13:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56060#M11946</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2012-04-04T13:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56061#M11947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input number text&amp;amp;$30.;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;1 1.YOUR NAME IS 'SANJEEV.'&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.YOUR NAME IS 'SRINATH.'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;text=compress(text,'.','d');&lt;/P&gt;&lt;P&gt;proc print;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56061#M11947</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-04-04T14:04:09Z</dc:date>
    </item>
    <item>
      <title>how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56062#M11948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Use of d??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:05:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56062#M11948</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2012-04-04T14:05:50Z</dc:date>
    </item>
    <item>
      <title>how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56063#M11949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'d' denotes 'digits', which tells compress() to get rid of any digits. Compress() is far more powerful than it looks at the first sight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56063#M11949</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-04-04T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56064#M11950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use ' &lt;STRONG&gt;. '&amp;nbsp; &lt;/STRONG&gt;in compress function,all the dot's is going to be deleted.&lt;/P&gt;&lt;P&gt;but i want to retain the dot's after Sanjeev and SRINATH words.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:13:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56064#M11950</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2012-04-04T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56065#M11951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a little messy, but it can be crammed into one statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text = substr(text, length(scan(text, 1, '.'))+2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes that every observation needs to remove something from the beginning of TEXT, so that IF/THEN is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, this is a little safer (as well as simpler) in case there is are spaces between the number and the dot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text = substr(text, index(text, '.') +1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56065#M11951</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-04-04T14:22:03Z</dc:date>
    </item>
    <item>
      <title>how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56066#M11952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i didn't get you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 2nd observation,substr works like this..&lt;/P&gt;&lt;P&gt;scan(text,1,'.') value is 2.&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;text=substr(text,2+2)&lt;/P&gt;&lt;P&gt;which means text=substr(text,4).&lt;/P&gt;&lt;P&gt;So i think above logic not suitable for my requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if i did any thing wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56066#M11952</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2012-04-04T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56067#M11953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;K,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See my revised approach, for a simpler, better way.&amp;nbsp; But note that the original approach should have generated the equivalent of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text = substr(text, length("2") +2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:36:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56067#M11953</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-04-04T14:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56068#M11954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All right, then compress() can't help you on this case. The last resort would be allmighty prx:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input number text&amp;amp;$30.;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; 1.YOUR NAME IS 'SANJEEV.'&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2.YOUR NAME IS 'SRINATH.'&lt;/P&gt;&lt;P&gt;1132&amp;nbsp;&amp;nbsp;&amp;nbsp; 1132.YOUR NAME IS 'SANJEEV.'&lt;/P&gt;&lt;P&gt;23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;23.YOUR NAME IS 'SRINATH.'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;text=prxchange('s/\d+\.//',1,text);&lt;/P&gt;&lt;P&gt;proc print;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: The reason I am not big fan of prx is that they are easy to WRITE, but impossible to READ. However, it seems that there is nothing they can't do in term of string manipulation, I have updated raw data to show its' power.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:44:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56068#M11954</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-04-04T14:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56069#M11955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think after length function we need add '&lt;STRONG&gt;,' &lt;/STRONG&gt;right????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56069#M11955</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2012-04-04T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56070#M11956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, no comma.&amp;nbsp; The idea is that we'll specify just 2 arguments to SUBSTR. When the third argument is omitted, SUBSTR will take all remaining characters.&amp;nbsp; So we really need to compute the second argument, telling SUBSTR where to begin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:47:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56070#M11956</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-04-04T14:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56071#M11957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be a little less brain-twisting if we just first to use compress() to get rid of the digits and then substr from the second char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input number text&amp;amp;$30.;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; 1.YOUR NAME IS 'SANJEEV.'&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2.YOUR NAME IS 'SRINATH.'&lt;/P&gt;&lt;P&gt;1132&amp;nbsp;&amp;nbsp;&amp;nbsp; 1132.YOUR NAME IS 'SANJEEV.'&lt;/P&gt;&lt;P&gt;23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;23.YOUR NAME IS 'SRINATH.'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;text=substr(compress(text,,'d'),2);&lt;/P&gt;&lt;P&gt;proc print;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56071#M11957</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-04-04T14:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56072#M11958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i made some wrong assumptions while understanding the logic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i got it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56072#M11958</guid>
      <dc:creator>kuridisanjeev</dc:creator>
      <dc:date>2012-04-04T14:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56073#M11959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai.kuo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, if you are willing to rely on removing all digits.&amp;nbsp; You wouldn't want to encounter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;25.YOUR NAME IS 'R2D2.'&lt;/P&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 15:02:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56073#M11959</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-04-04T15:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56074#M11960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOL. I have to agree. Even I have never seen a human name embeded with number (inmates id not included), but like John Maccain just said, 'if you live long enough, anything can happen'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 15:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56074#M11960</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-04-04T15:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56075#M11961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think following is the simplest thing we can do to get the required:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data new;&lt;/P&gt;&lt;P&gt;input text $50.;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;1.YOUR NAME IS 'SANJEEV.'&lt;/P&gt;&lt;P&gt;2.YOUR NAME IS 'SRINATH.'&lt;/P&gt;&lt;P&gt;333.Your name is anything.&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data this;&lt;/P&gt;&lt;P&gt;set new;&lt;/P&gt;&lt;P&gt;text2 = substr(text, find(text,'.')+1);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 10:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56075#M11961</guid>
      <dc:creator>JatinBansal</dc:creator>
      <dc:date>2013-12-20T10:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56076#M11962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which word u want in the above example&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 12:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56076#M11962</guid>
      <dc:creator>KarthikSrivasthav</dc:creator>
      <dc:date>2013-12-20T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56077#M11963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use verify() to locate the first character of the name like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;namepart = substr( text, verify( text, '0123456789 .' ));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 12:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56077#M11963</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2013-12-21T12:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perticular word.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56078#M11964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code may will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt; have;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue; background: white;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt; number text&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: teal; background: white;"&gt;$30.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue; background: white;"&gt;cards&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: #FFFFC0;"&gt;1 1.YOUR NAME IS 'SANJEEV.'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: #FFFFC0;"&gt;2 2.YOUR NAME IS 'SRINATH.'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;print&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt; want;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: blue; background: white;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt; have;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: green; background: white;"&gt;/*text=compress(text,'.','d');*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;text =substr(strip(text),indexc(text ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: purple; background: white;"&gt;'.'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;)+&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;,length(text )-indexc(text ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: purple; background: white;"&gt;'.'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;print&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yaswanth J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 11:19:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-extract-perticular-word/m-p/56078#M11964</guid>
      <dc:creator>yaswanthj</dc:creator>
      <dc:date>2013-12-23T11:19:39Z</dc:date>
    </item>
  </channel>
</rss>

