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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 687 views
  • 0 likes
  • 3 in conversation