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
Hi, I see that you are pointing to the sample Quality Knowledge Base.
E:\SAS\SASHome\SASFoundation\9.4\dqual
You will need to point to the ENIND QKB that you installed.
Hi, I see that you are pointing to the sample Quality Knowledge Base.
E:\SAS\SASHome\SASFoundation\9.4\dqual
You will need to point to the ENIND QKB that you installed.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.