BookmarkSubscribeRSS Feed
ifti_ch2002
Obsidian | Level 7

I have a problem of reading the data file includes swedish alphabets (åäö). I have following code

proc sql;
    create table &newFileName9 as
    select * from wd.&sasName (encoding="e143");
quit;

and i receive the error

ERROR: Module ë ë߀{ê< not found in search paths.

Any help will be appreciated and thanks in advance.

1 REPLY 1
tsap
Pyrite | Level 9

"ERROR: Module module-name not found in search paths."

 

This error is caused by one of the following:
          • incorrect PATH system option in the SAS configuration file
          • the product that you called is not installed 
          • a dependent image is not installed.

 

 

https://documentation.sas.com/?docsetId=hostwin&docsetTarget=p1o8xg39e9slfzn1safowxltujdo.htm&docset...

SAS Innovate 2025: 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
  • 1000 views
  • 1 like
  • 2 in conversation