<?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: What does  =:  do? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76174#M22101</link>
    <description>The INDEX function scans the entire variable.  The use of =:  is similar to using SUBSTR(&lt;VARNAME&gt;,1,&lt;LENGTH&gt;) = '&lt;CONSTANT&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;/CONSTANT&gt;&lt;/LENGTH&gt;&lt;/VARNAME&gt;</description>
    <pubDate>Mon, 19 Oct 2009 21:01:58 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-10-19T21:01:58Z</dc:date>
    <item>
      <title>What does  =:  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76171#M22098</link>
      <description>Hello all,&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know what "=:" do in the following code? &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data test_grid (keep = test_cell phone copy letter_type pcode);&lt;BR /&gt;
set test_grid;&lt;BR /&gt;
where mailing_cell_code =:'MO';&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any input!</description>
      <pubDate>Mon, 19 Oct 2009 20:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76171#M22098</guid>
      <dc:creator>KevinC_</dc:creator>
      <dc:date>2009-10-19T20:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: What does  =:  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76172#M22099</link>
      <description>It finds matches any text string that begins with the letters in quotes to the right of =:</description>
      <pubDate>Mon, 19 Oct 2009 20:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76172#M22099</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2009-10-19T20:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: What does  =:  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76173#M22100</link>
      <description>Thanks, Paige.&lt;BR /&gt;
&lt;BR /&gt;
So in a way it works like INDEX? --- looking for certain text in a field?</description>
      <pubDate>Mon, 19 Oct 2009 20:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76173#M22100</guid>
      <dc:creator>KevinC_</dc:creator>
      <dc:date>2009-10-19T20:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: What does  =:  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76174#M22101</link>
      <description>The INDEX function scans the entire variable.  The use of =:  is similar to using SUBSTR(&lt;VARNAME&gt;,1,&lt;LENGTH&gt;) = '&lt;CONSTANT&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;/CONSTANT&gt;&lt;/LENGTH&gt;&lt;/VARNAME&gt;</description>
      <pubDate>Mon, 19 Oct 2009 21:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76174#M22101</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-10-19T21:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: What does  =:  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76175#M22102</link>
      <description>Thank you, Scott!!</description>
      <pubDate>Tue, 20 Oct 2009 01:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-do/m-p/76175#M22102</guid>
      <dc:creator>KevinC_</dc:creator>
      <dc:date>2009-10-20T01:05:55Z</dc:date>
    </item>
  </channel>
</rss>

