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!
If you have SAS/CONNECT licensed both on the server and the PC, you can use that. Without it, you need a network share.
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.
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.
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!
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.
Ready to level-up your skills? Choose your own adventure.