Hello,
I am using SAS Enterprise Guide and I have a problem importing data in to SAS, when ever I try to import data I get this error
"failed to transcode data from utf-16le to wlatin 1 encoding because it contained characters which are not supported by your SAS session encoding".
I tried a few different files and I always get the same error so its not a problem with a specific file,does anybody have any idea what I need to do?
Specify this encoding for this file.
filename x 'c:\xx.csv' encoding='utf-16le';
proc import datafile=x out=have ...........
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.