BookmarkSubscribeRSS Feed
Sagie
Calcite | Level 5

 

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?

 

 

2 REPLIES 2
Ksharp
Super User

Specify this encoding for this file.

 

filename x 'c:\xx.csv' encoding='utf-16le';
proc import datafile=x out=have ...........
Cynthia_sas
SAS Super FREQ
In addition, if this is happening on multiple different files, then you might need to change the transcoding of your whole session ... especially if you are using SAS on a server. See this Tech Support note: http://support.sas.com/kb/32/007.html

cynthia

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 676 views
  • 0 likes
  • 3 in conversation