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

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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1718 views
  • 0 likes
  • 2 in conversation