BookmarkSubscribeRSS Feed
LineMoon
Lapis Lazuli | Level 10

Hello,

Please, I need to know these functions under sas standrad studio ( Free version)

=> save a sas files

=> allocation a librairies

=> import and export a files

Thank you

 

3 REPLIES 3
Reeza
Super User
Can you please be more specific?
Also, have you seen the SAS University Edition Help Center: http://support.sas.com/software/products/university-edition/faq/main.htm

LineMoon
Lapis Lazuli | Level 10

Thank you for your answer.

==> I want to  save a sas files (.sas)

==> I want to allocate a sas  library , like this libname lb  " E:/test/project1";

==> I want import .xls file into sas and export

 

I use sas free version : sas studio via virtualbox and the link : http://localhost:10080

 

 

Reeza
Super User
Save your files by either copy and pasting to a text file, I recommend this one because the browser refreshes unexpectedly. Or File>Save

The key for #2/3 is to set up the shared drive, moved the files to the myfolders folder and to reference it as '/folders/myfolders/'

To allocate a library you first need to set up a shared drive to that location. Generally you need to set up a folder called myfolders under C:\SAS-University-Edition\myfolders as specified in the instructions. You can set up your folders under here and then reference them as:

libname mylib '/folders/myfolders/project1';

To import files place them in the myfolders folder and then you can use proc import or a data step as in Base SAS, again using the '/folders/myfolders/excel_file.xlsx' path to the file.

Detailed instructions for everything above is in the first link I referenced.



SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1194 views
  • 1 like
  • 2 in conversation