<?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 I am trying to get name starting with letter R and ending with A in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281850#M269839</link>
    <description>&lt;P&gt;Trying to use where statement Like 'R%' but how to get ending with letter A?&lt;/P&gt;</description>
    <pubDate>Sat, 02 Jul 2016 18:24:20 GMT</pubDate>
    <dc:creator>Kritha</dc:creator>
    <dc:date>2016-07-02T18:24:20Z</dc:date>
    <item>
      <title>I am trying to get name starting with letter R and ending with A</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281850#M269839</link>
      <description>&lt;P&gt;Trying to use where statement Like 'R%' but how to get ending with letter A?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 18:24:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281850#M269839</guid>
      <dc:creator>Kritha</dc:creator>
      <dc:date>2016-07-02T18:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to get name starting with letter R and ending with A</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281855#M269840</link>
      <description>&lt;P&gt;where prxMatch("/^R.*A$/i", myVariable) &amp;gt; 0;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 19:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281855#M269840</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-07-02T19:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to get name starting with letter R and ending with A</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281861#M269841</link>
      <description>&lt;P&gt;Use variable_name&amp;nbsp;LIKE 'R%A';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below I am creating a dataset which data consist start with R and end with A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code to create sample data set "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data demo;&lt;BR /&gt;input name $;&lt;BR /&gt;datalines;&lt;BR /&gt;RITA&lt;BR /&gt;SITA&lt;BR /&gt;NITA&lt;BR /&gt;RASHNA&lt;BR /&gt;KAVITA&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code to search letter start with R and end with A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC PRINT DATA =DEMO;&lt;BR /&gt;WHERE NAME LIKE 'R%A';&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3897iCF67842F822ACB1D/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="result.PNG" title="result.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3898iE0A22FE9B1DD7A93/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="sas1212.PNG" title="sas1212.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 20:14:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281861#M269841</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2016-07-02T20:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: I am trying to get name starting with letter R and ending with A</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281865#M269842</link>
      <description>&lt;P&gt;Thankyou very much for your reply&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 21:46:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-trying-to-get-name-starting-with-letter-R-and-ending-with-A/m-p/281865#M269842</guid>
      <dc:creator>Kritha</dc:creator>
      <dc:date>2016-07-02T21:46:35Z</dc:date>
    </item>
  </channel>
</rss>

