<?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: To Add Flags for the cluster rules passed by the records in PROC DQMATCH in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/To-Add-Flags-for-the-cluster-rules-passed-by-the-records-in-PROC/m-p/935813#M367898</link>
    <description>&lt;P&gt;Are you looking for the MATCHCODE=matchvariablename on the Proc statement?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 14:35:31 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2024-07-15T14:35:31Z</dc:date>
    <item>
      <title>To Add Flags for the cluster rules passed by the records in PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-Add-Flags-for-the-cluster-rules-passed-by-the-records-in-PROC/m-p/935798#M367893</link>
      <description>&lt;P&gt;How do I create an Identifying Flag which will tell me using which rule combination it is creating the ClusterId's?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using following code I'm creating the Match Codes:&lt;/P&gt;
&lt;P&gt;data MC_tbl;&lt;BR /&gt;set sample_data;&lt;BR /&gt;A_MC85=dqmatch(Name,'Name',85);&lt;BR /&gt;B_MC80=dqmatch(Address,'Address',85);&lt;BR /&gt;C_MC80=dqmatch(Company,'Company',80);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;while using following code I'm doing the clustering process:&lt;BR /&gt;&lt;SPAN&gt;proc dqmatch data=&lt;SPAN&gt;Work&lt;/SPAN&gt;.MC_tbl out=Work.Cluster cluster=Clusterid ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;criteria condition=1 var=A_MC85 exact;&lt;BR /&gt;criteria condition=1 var=B_MC80 exact;&lt;/P&gt;
&lt;P&gt;criteria condition=2 var=A_MC85 exact;&lt;BR /&gt;criteria condition=2 var=C_MC80 exact;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 13:07:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-Add-Flags-for-the-cluster-rules-passed-by-the-records-in-PROC/m-p/935798#M367893</guid>
      <dc:creator>DevBanerjee</dc:creator>
      <dc:date>2024-07-15T13:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: To Add Flags for the cluster rules passed by the records in PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-Add-Flags-for-the-cluster-rules-passed-by-the-records-in-PROC/m-p/935813#M367898</link>
      <description>&lt;P&gt;Are you looking for the MATCHCODE=matchvariablename on the Proc statement?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 14:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-Add-Flags-for-the-cluster-rules-passed-by-the-records-in-PROC/m-p/935813#M367898</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-07-15T14:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: To Add Flags for the cluster rules passed by the records in PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-Add-Flags-for-the-cluster-rules-passed-by-the-records-in-PROC/m-p/935884#M367913</link>
      <description>No, I just want to add an flag variable so that it will tell me that this record passing this rule combination to create the clusterID for further analysis.</description>
      <pubDate>Tue, 16 Jul 2024 07:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-Add-Flags-for-the-cluster-rules-passed-by-the-records-in-PROC/m-p/935884#M367913</guid>
      <dc:creator>DevBanerjee</dc:creator>
      <dc:date>2024-07-16T07:35:10Z</dc:date>
    </item>
  </channel>
</rss>

