<?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 do I search a string for a specific name even if the string is misspelled in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550628#M152894</link>
    <description>&lt;P&gt;Thank you.&amp;nbsp; I looked at those too but did not go that route, yet.&amp;nbsp; Guess I had better dive in and do it.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 13:41:32 GMT</pubDate>
    <dc:creator>Lorna</dc:creator>
    <dc:date>2019-04-12T13:41:32Z</dc:date>
    <item>
      <title>How do I search a string for a specific name even if the string is misspelled</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550453#M152828</link>
      <description>&lt;P&gt;I am looking for a specific employer in a SAS data set. The data set has not been reviewed for spelling so if I am looking for University it could be entered as Unversity, University, Univercity ... and I need to pick them all up&lt;/P&gt;&lt;P&gt;I've tried scaning, counting the matching letters, 'contains'. These are work but I am still missing some.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 22:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550453#M152828</guid>
      <dc:creator>Lorna</dc:creator>
      <dc:date>2019-04-11T22:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search a string for a specific name even if the string is misspelled</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550458#M152829</link>
      <description>SOUNDS LIKE.&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/63043/HTML/default/viewer.htm#p0a62rd151ctown1x38ihdpjozyv.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/sqlproc/63043/HTML/default/viewer.htm#p0a62rd151ctown1x38ihdpjozyv.htm&lt;/A&gt;</description>
      <pubDate>Thu, 11 Apr 2019 22:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550458#M152829</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-04-11T22:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search a string for a specific name even if the string is misspelled</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550471#M152836</link>
      <description>&lt;P&gt;As well as the excellent suggestion from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;there are some other ideas here -&amp;gt;&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2015/01/27/how-to-perform-a-fuzzy-match-using-sas-functions/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2015/01/27/how-to-perform-a-fuzzy-match-using-sas-functions/&lt;/A&gt; although having done some fuzzy matching in the past I couldn't guarantee that anything you try will always catch all the potential matches you'd like. You might have to incorporate several of the suggested techniques to get a good coverage.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 23:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550471#M152836</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2019-04-11T23:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search a string for a specific name even if the string is misspelled</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550625#M152893</link>
      <description>&lt;P&gt;thank you for taking the time to reply.&amp;nbsp; I did the "sounds like" technique.&amp;nbsp; I ended up getting Pizza Hut as a return for Puget and got nothing when the word was Pudget.&amp;nbsp; I figured there would be something more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 13:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550625#M152893</guid>
      <dc:creator>Lorna</dc:creator>
      <dc:date>2019-04-12T13:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search a string for a specific name even if the string is misspelled</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550628#M152894</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I looked at those too but did not go that route, yet.&amp;nbsp; Guess I had better dive in and do it.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 13:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-search-a-string-for-a-specific-name-even-if-the-string/m-p/550628#M152894</guid>
      <dc:creator>Lorna</dc:creator>
      <dc:date>2019-04-12T13:41:32Z</dc:date>
    </item>
  </channel>
</rss>

