<?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  some variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-some-variables/m-p/797985#M313753</link>
    <description>&lt;P&gt;Sorry, but i don't understand your question. Please post data in usable form and show the expected result.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 10:14:37 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2022-02-23T10:14:37Z</dc:date>
    <item>
      <title>prxmatch  some variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-some-variables/m-p/797974#M313750</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have variables : x1-x15,&lt;/P&gt;
&lt;P&gt;want&amp;nbsp; variables:&amp;nbsp; x1|x2|x11|x12|x13|x15&lt;/P&gt;
&lt;P&gt;&amp;amp;want??&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;%macro have();&lt;BR /&gt;%if %sysfunc(prxmatch(/&amp;amp;want./i, x&amp;amp;i.))=0 %then ...........&lt;BR /&gt;%mend;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 09:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/prxmatch-some-variables/m-p/797974#M313750</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2022-02-23T09:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: prxmatch  some variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-some-variables/m-p/797985#M313753</link>
      <description>&lt;P&gt;Sorry, but i don't understand your question. Please post data in usable form and show the expected result.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/prxmatch-some-variables/m-p/797985#M313753</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-02-23T10:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: prxmatch  some variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-some-variables/m-p/798064#M313782</link>
      <description>&lt;P&gt;%sysfunc calls seldom work well with data step variables as the values of data step variables are not typically visible to the macro processor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please describe in more detail what the variables are and what this result actually looks like: x1|x2|x11|x12|x13|x15&lt;/P&gt;
&lt;P&gt;I could interpret that to mean: place a | character between the names of variables; concatenate the values of the variables placing a | between the values; evaluate the expression x1 or x2 or x11 ... ; create string (macro variable???) that is in effect "x1|x2|x11|x12|x13|x15" . Any of the above makes one wonder why x3, x4, x5 etc. are excluded since you say you have variables x1-x15.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/prxmatch-some-variables/m-p/798064#M313782</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-02-23T16:11:00Z</dc:date>
    </item>
  </channel>
</rss>

