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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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