I have folder containg a file ,which has japanese characters in its name.
When I try to view the file,the folder itself is not visible from SAS Enterprise guide or SAs Studio.
Can someone please help us to resolve this.
/sascommon/sasusers/kfjs649/test2
[kfjs649@sesklsasgrnprd01 test2]$ ll
total 0
-rw-r--r-- 1 kfjs649 usradmin 0 Nov 2 11:40 _test_日本語.txt
Thanks
Menaka
Simple solution: do NOT use special characters in path/file names. Use the 26 characters from the western alphabet, digits and underlines.
If you receive "funny" files, rename them on receiving to something sensible.
Are you using SAS with ENCODING=UTF8? Your SAS session needs to be using an encoding that can present these characters. And what version of SAS? Later versions (SAS 9.4) have better support for these scenarios.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.