Hi,
I'm trying to read in an Excel file into SAS so I can later use it in SAS Visual Analytics. Here is my code:
Is SAS running on Windows? Or is it running on Unix (perhaps in a virtual machine)?
Either way you need to use paths for the library and the Excel file that SAS can see. So one of the two is in the wrong format.
Might be running on Linux. How do I change the format of my code so it works?
If you are using SAS/Studio then use that interface to upload the file to some place on the Unix server where SAS can see it and use the new name in the PROC.
I assume SAS Studio V is running on Linux server? If the answer is yes, you won't be able to access the data from your laptop unless you mount that folder on the server.
How can I mount the folder?
Go to SAS Studio, find the Server Files and Folders pane. At the top menu bar of that section is an icon with an up arrow, use that to upload your data and then you can import it.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.