<?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: prxmatch behavior between V9 and cas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-behavior-between-V9-and-cas/m-p/909240#M358662</link>
    <description>&lt;P&gt;Grande! Gracias&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2023 10:30:01 GMT</pubDate>
    <dc:creator>acordes</dc:creator>
    <dc:date>2023-12-21T10:30:01Z</dc:date>
    <item>
      <title>prxmatch behavior between V9 and cas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-behavior-between-V9-and-cas/m-p/909237#M358660</link>
      <description>&lt;P&gt;This one works. The set comes from CASLIB, the output goes to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options casdatalimit=all;
data oks;
set mkt.TY_ALL_CH;
if prxmatch("m/venta/oi", report_orig);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This does NOT work. Both are caslibs.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data public.oks;
set mkt.TY_ALL_CH;
if prxmatch("m/venta/oi", report_orig);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Giving the following error note:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Argument 1 to function PRXMATCH('m/venta/oi','TY_2_OP_FIN_'[12 of 41 characters shown]) at line 86 column 4 is invalid.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Dec 2023 10:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/prxmatch-behavior-between-V9-and-cas/m-p/909237#M358660</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2023-12-21T10:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: prxmatch behavior between V9 and cas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-behavior-between-V9-and-cas/m-p/909239#M358661</link>
      <description>&lt;P&gt;Cas&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-sas"&gt;&lt;CODE&gt;prxmatch&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;does not support "o" operator.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[EDIT:] Link to documentation:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proccas/p0c99caseuzbrrn1j2rxspg6719x.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proccas/p0c99caseuzbrrn1j2rxspg6719x.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 10:30:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/prxmatch-behavior-between-V9-and-cas/m-p/909239#M358661</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-12-21T10:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: prxmatch behavior between V9 and cas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-behavior-between-V9-and-cas/m-p/909240#M358662</link>
      <description>&lt;P&gt;Grande! Gracias&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 10:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/prxmatch-behavior-between-V9-and-cas/m-p/909240#M358662</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2023-12-21T10:30:01Z</dc:date>
    </item>
  </channel>
</rss>

