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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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