BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
sandeep_reddy
Quartz | Level 8

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 

1 ACCEPTED SOLUTION

Accepted Solutions
lisad_sas
SAS Employee

Hi, I see that you are pointing to the sample Quality Knowledge Base.

 

E:\SAS\SASHome\SASFoundation\9.4\dquality\sasmisc\QltyKB\sample

 

You will need to point to the ENIND QKB that you installed.

 

 

View solution in original post

1 REPLY 1
lisad_sas
SAS Employee

Hi, I see that you are pointing to the sample Quality Knowledge Base.

 

E:\SAS\SASHome\SASFoundation\9.4\dquality\sasmisc\QltyKB\sample

 

You will need to point to the ENIND QKB that you installed.

 

 

sas-innovate-wordmark-2025-midnight.png

Register Today!

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.


Register now!

How to connect to databases in SAS Viya

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.

Discussion stats
  • 1 reply
  • 2161 views
  • 0 likes
  • 2 in conversation