Hello EG-users.
I use proc import to import Excel 2003 files. Data contains cyrillic characters.
After importing XLS to SAS dataset cyrillic letters are being convert to some other simbols (readable or unreadable).
Some cyrillic letters become latin letters or digits.
How can i import Excel files without this issue and save original cyrillic characters?
Thanks in advance.
Oleg.
Take a look at NLS support: http://support.sas.com/documentation/cdl/en/nlsref/61893/HTML/default/viewer.htm#a002609143.htm
DId you ever find out how to do this?
I have the exact same issue and cannot make any sense of the NLS notes.
Using Enterprise Guide 4.3 (with Unix) and Russian data in Excel. Need to import it to SAS but only getting ????? so far.
I use dbms=excelcs and SAS PC-files Server in PROC IMPORT.
Based on Arthur's link, you will need to use the Excel LIBNAME so you can get the NLS support to read the file. You will not be able to use the basic EGuide import functions as that pulls in the Excel file before the NLS support can be applied. You may not be able to do this with a Unix platform without also installing the PC Files Server.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.