Hi Team,
I am trying to execute below code,but i am getting an error as
ERROR: Failed to generate matchcode. ERROR: DF_ERROR_FILE_NOT_FOUND
data dsn; name='sandeep'; run; options DQLOCALE=(ENIND) DQSETUPLOC="E:\SAS\SASHome\SASFoundation\9.4\dquality\sasmisc\QltyKB\sample" ;
proc dqmatch data=dsn out=out_db1 matchcode=match_cd locale='ENIND'; criteria matchdef='Name' var=name; run;
I have checked all the license for Data quality,everything is fine. But i am not able to generate a matchcode.Your reply is most helpful for me.
Thanks In Advance,
Sandeep
... View more