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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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