<?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 mask the % in a prxmatch statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-mask-the-in-a-prxmatch-statement/m-p/965866#M375982</link>
    <description>&lt;P&gt;my fault. typo with the table name.&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 08:04:04 GMT</pubDate>
    <dc:creator>acordes</dc:creator>
    <dc:date>2025-05-06T08:04:04Z</dc:date>
    <item>
      <title>How to mask the % in a prxmatch statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-mask-the-in-a-prxmatch-statement/m-p/965865#M375981</link>
      <description>&lt;P&gt;I want to match '%macro'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
select * from
results where 
prxmatch("m/%nrstr(%macro)/oi",code_line);
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic1.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/106759i6A3DE37D4E8D83A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic1.png" alt="pic1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 07:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-mask-the-in-a-prxmatch-statement/m-p/965865#M375981</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2025-05-06T07:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to mask the % in a prxmatch statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-mask-the-in-a-prxmatch-statement/m-p/965866#M375982</link>
      <description>&lt;P&gt;my fault. typo with the table name.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 08:04:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-mask-the-in-a-prxmatch-statement/m-p/965866#M375982</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2025-05-06T08:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to mask the % in a prxmatch statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-mask-the-in-a-prxmatch-statement/m-p/965867#M375983</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/127222"&gt;@acordes&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use single quotes to avoid triggering the macro processor:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;prxmatch(&lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;m/%macro/i&lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;,code_line);&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;(The "&lt;FONT face="courier new,courier"&gt;/o&lt;/FONT&gt;" option is &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lefunctionsref/n0bj9p4401w3n9n1gmv6tf**bleep**9m.htm#n0jba0adj9x3nyn1v61mcuuhk0xc" target="_blank" rel="noopener"&gt;redundant&lt;/A&gt; because this regular expression is a constant.)&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 08:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-mask-the-in-a-prxmatch-statement/m-p/965867#M375983</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2025-05-06T08:27:59Z</dc:date>
    </item>
  </channel>
</rss>

