<?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 Sounds Like operator in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sounds-Like-operator/m-p/96770#M9543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am struggling to understand what is better to use as an operator while resolving the requirement to mimic SOUNDS LIKE feature. The data set contains variable Emp_Name that has values like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;P&gt;Reddie&lt;/P&gt;&lt;P&gt;Redy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and output data set needs to filter all these observations. So I can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE Emp_Name =* 'Red' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;What is primary difference between =* and =: ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very new to Base SAS programming so data cleansing is my challenge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2013 18:21:17 GMT</pubDate>
    <dc:creator>noobs</dc:creator>
    <dc:date>2013-04-03T18:21:17Z</dc:date>
    <item>
      <title>Sounds Like operator</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sounds-Like-operator/m-p/96770#M9543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am struggling to understand what is better to use as an operator while resolving the requirement to mimic SOUNDS LIKE feature. The data set contains variable Emp_Name that has values like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;P&gt;Reddie&lt;/P&gt;&lt;P&gt;Redy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and output data set needs to filter all these observations. So I can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE Emp_Name =* 'Red' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;What is primary difference between =* and =: ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very new to Base SAS programming so data cleansing is my challenge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 18:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sounds-Like-operator/m-p/96770#M9543</guid>
      <dc:creator>noobs</dc:creator>
      <dc:date>2013-04-03T18:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sounds Like operator</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sounds-Like-operator/m-p/96771#M9544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=* uses the soundex algorithm&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245948.htm" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245948.htm"&gt;SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=: basically checks if the word starts with the same letters. Case matters, so if it was 'red' you would get no entries returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/851.html" title="http://support.sas.com/kb/24/851.html"&gt;24851 - Using a Colon Modifier to Select Observations with Values Beginning with a Specific Character By Kirk Paul Lafler&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:30:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Sounds-Like-operator/m-p/96771#M9544</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-03T19:30:09Z</dc:date>
    </item>
  </channel>
</rss>

