<?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: PROC DQMATCH in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578386#M17718</link>
    <description>&lt;P&gt;I used the full text earlier and later tried the abbreviations. No luck. I got the same error.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 13:09:31 GMT</pubDate>
    <dc:creator>alwaz_searching</dc:creator>
    <dc:date>2019-08-01T13:09:31Z</dc:date>
    <item>
      <title>PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578367#M17714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am getting below error while running PROC DQMATCH to match the records with 2 variables and eventually remove the duplicates based on the clustered records.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ERROR: DF_ERROR_INVALID_NAME.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Could you please help me to see what is causing this error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jainee&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 12:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578367#M17714</guid>
      <dc:creator>alwaz_searching</dc:creator>
      <dc:date>2019-08-01T12:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578372#M17715</link>
      <description>&lt;P&gt;Always post the whole log of a step, so we can see the message in context.&lt;/P&gt;
&lt;P&gt;Use the {i} button for posting logs, so that all the formatting is kept.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 12:41:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578372#M17715</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-01T12:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578375#M17716</link>
      <description>&lt;PRE&gt;NOTE: There were 5 observations read from the data set WORK.ONE.
NOTE: PROCEDURE PRINT used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      

39         proc dqmatch data= work.one  out= fuzzed matchcode=match_cd cluster=clustergrp locale='ENUSA';;
40         criteria   MATCHDEF='CMP' var= company;
41         criteria    MATCHDEF='ADD' var=address ;
42         run;
&lt;BR /&gt;ERROR: DF_ERROR_INVALID_NAME
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.FUZZED may be incomplete.  When this step was stopped there were 0 observations and 0 variables.
WARNING: Data set WORK.FUZZED was not replaced because this step was stopped.
NOTE: PROCEDURE DQMATCH used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Aug 2019 12:48:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578375#M17716</guid>
      <dc:creator>alwaz_searching</dc:creator>
      <dc:date>2019-08-01T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578379#M17717</link>
      <description>&lt;P&gt;Could it be that the values you supply in the criteria statements do not match the respective entries in the locale?&lt;/P&gt;
&lt;P&gt;The examples use full words (ie "Address") and not abbreviations.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 12:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578379#M17717</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-01T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578386#M17718</link>
      <description>&lt;P&gt;I used the full text earlier and later tried the abbreviations. No luck. I got the same error.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 13:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/578386#M17718</guid>
      <dc:creator>alwaz_searching</dc:creator>
      <dc:date>2019-08-01T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC DQMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/579119#M17719</link>
      <description>&lt;P&gt;The error&amp;nbsp;DF_ERROR_INVALID_NAME means that the supplied definition name for the MATCHDEF parameter is not valid for the given QKB and locale that you are using.&amp;nbsp; To learn which match definitions are available for your given QKB and locale, you can use the macro '%dqputloc;'&amp;nbsp; This macro will output the names of all the definitions for each definition type.&amp;nbsp; Be sure to look at the&amp;nbsp;MATCH DEFINITION(S) section of the output to find an appropriate match definition name to specify for the MATCHDEF parameter within each criteria statement.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 13:15:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/PROC-DQMATCH/m-p/579119#M17719</guid>
      <dc:creator>ShayneGrant</dc:creator>
      <dc:date>2019-08-05T13:15:10Z</dc:date>
    </item>
  </channel>
</rss>

