BookmarkSubscribeRSS Feed
GeorgeSAS
Lapis Lazuli | Level 10

Hello everyone,

 

I use SAS EG which connect to an unix server(suppose it is abc.org), also I use PC SAS base on my local.

 

My question is how I can handle SAS dataset which locates on unix server from my local pc SAS base? do I need to create a mapping drive on my local pc to the unix server first?

 

Thank you!

 

 

3 REPLIES 3
SASKiwi
PROC Star

Please note that SAS datasets created under Windows are not necessarily compatible and directly readable by Unix SAS and vice versa if using file shares. You may need to use the CEDA SAS engine from cross-platform compatibility. SAS/CONNECT handles this automatically.  

maggiem_sas
SAS Employee

If CEDA (cross environment data access) is invoked, it is automatic. You do not have to specify it.

 

To know whether CEDA is invoked, check the SAS log.

 

Depending on what features you need, CEDA access might be sufficient. It has some restrictions. For example, indexes are not used, and update processing is not supported. See the CEDA documentation.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1103 views
  • 1 like
  • 4 in conversation