BookmarkSubscribeRSS Feed
PSARAVANAN
Calcite | Level 5

Hi,

 

I have a code saved in the university edition SAS, I want to call it in Windows edition SAS. Is there any way by which this is possible?

3 REPLIES 3
PSARAVANAN
Calcite | Level 5
Dear Kurt,

Thanks for the kind response.
However, I have already tried this method. I want my code to be executed in the university edition and then call it to the windows version because I don't have xlsx engine in windows SAS and I'm unable to import the excel data.
Kurt_Bremser
Super User

Your UE is an encapsulated server that you can only communicate with through the web interface and the shared folder.

Since it's a pure learning tool for Base SAS coding, automatisation is not intended and not possible.

Have your Excel data saved to a reasonable file format (csv or tab-separated), then you don't need ACCESS to PC Files, and can do everything from your licensed SAS.

Or import the Excel file to a dataset stored in the shared folder, and define a libname to the shared folder in your licensed SAS.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3 replies
  • 767 views
  • 0 likes
  • 2 in conversation