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.