BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Vaishali1
Fluorite | Level 6

i am following along with the SAS tutorial.  I am not seeing the library option on my SAS studio.  I do i form a SAS library?

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26
Hi:
The tutorial datasets are not provided. Many of the tutorial videos use data from the SASHELP library or from the documentation examples. The tutorials are intended as quick "how-to" videos for you to practice with your own data.

We provide sample data inside our e-learning classes, such as the free Programming 1 or Statistics 1.

cynthia

View solution in original post

5 REPLIES 5
RW9
Diamond | Level 26 RW9
Diamond | Level 26

In the SAS editor you would type:

libname <ref> "<path to physical location>";

<ref> gets replaced by an alias of your choosing, <path> is the physical network pathname to a folder which SAS can access and where datasets saved into the library physically get stored.  It should be in the training. 

Vaishali1
Fluorite | Level 6

thank you for your reply....very helpful

Cynthia_sas
Diamond | Level 26
Hi:
The tutorial datasets are not provided. Many of the tutorial videos use data from the SASHELP library or from the documentation examples. The tutorials are intended as quick "how-to" videos for you to practice with your own data.

We provide sample data inside our e-learning classes, such as the free Programming 1 or Statistics 1.

cynthia
Vaishali1
Fluorite | Level 6

thank you very much for your reply....since i am very new to SAS, it is taking me a while to figure out things.

 

 

Cynthia_sas
Diamond | Level 26
Hi:
The Programming 1 class is free as self-paced e-learning and can help you get started with the basics.
cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 5 replies
  • 1558 views
  • 0 likes
  • 3 in conversation