BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26
Hi:
SAS University Edition was discontinued nearly a year ago. This was a copy of SAS in a Virtual Machine container that you downloaded to your own machine. Since the product stopped working, I don't think you have SAS University Edition in a Virtual Machine anymore. Do you perhaps have SAS OnDemand for Academics, which you use by signing onto the welcome.oda.sas.com web site??? If so, then you don't need to "import" a .sas7bdat file into SAS because that file extension already implies that you have a SAS data set. You will need to upload the sas7bdat file to your /home folder on the SAS OnDemand for Academics server. If you click on the Server Files and Folders pane in SAS Studio on the left side of the screen, look for Files (Home) as the top folder that represents your storage location. You can make a subfolder under that folder then right click the subfolder name and choose Upload. If you upload your SAS file to the new subfolder, you should be able to run a SAS program to read the file without needing an import step.
Cynthai

View solution in original post

2 REPLIES 2
Cynthia_sas
Diamond | Level 26
Hi:
SAS University Edition was discontinued nearly a year ago. This was a copy of SAS in a Virtual Machine container that you downloaded to your own machine. Since the product stopped working, I don't think you have SAS University Edition in a Virtual Machine anymore. Do you perhaps have SAS OnDemand for Academics, which you use by signing onto the welcome.oda.sas.com web site??? If so, then you don't need to "import" a .sas7bdat file into SAS because that file extension already implies that you have a SAS data set. You will need to upload the sas7bdat file to your /home folder on the SAS OnDemand for Academics server. If you click on the Server Files and Folders pane in SAS Studio on the left side of the screen, look for Files (Home) as the top folder that represents your storage location. You can make a subfolder under that folder then right click the subfolder name and choose Upload. If you upload your SAS file to the new subfolder, you should be able to run a SAS program to read the file without needing an import step.
Cynthai
Kurt_Bremser
Super User

Create a subdirectory in your Home folder on SAS On Demand, and upload the file there. Make sure that the name of the file is all lowercase.

Say you named the directory "xxx", then issue this:

libname mylib "~/xxx";

and you can access your dataset under the MYLIB library in Libraries.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2119 views
  • 0 likes
  • 3 in conversation