BookmarkSubscribeRSS Feed
melya
Calcite | Level 5

The following error message appears when I attempt to run a file: 

 

sas data file (filename) is in a format that is native to another host, or the file encoding does not match the session encoding. cross environment data access will be used, which might require additional cpu resources and might reduce performance. 

 

What does it mean that my file is in a format "native to another host?" 

 

Thanks!

2 REPLIES 2
Kurt_Bremser
Super User

That's not an error, just a notification. It means your SAS dataset was created on a different system with different CPU architecture (32 vs. 64 bit, big- vs. little-endian, UTF vs. single-byte encoding), and SAS will convert it on the fly, possibly with decreased performance.

maggiem_sas
SAS Employee

In addition to possibly decreased performance, see some other documented restrictions.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

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