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.