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.
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.