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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1191 views
  • 1 like
  • 2 in conversation