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

Hello,,

 

I am new to SAS Studio and I have been working in the Trial. I am trying to upload a csv file from my computer to SAS Studio but the Upload files tap in Explorer is disabled.

 

Can someone explain how to upload my files ?

 

SASUser07_0-1619436788646.png

 

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
SASUser07
Fluorite | Level 6

The Solution I figured is by uploading local files through SAS Data Explorer - Manage Data, then load the data to caslib. After that, run below code in SAS Studio to create a reference pointing to your data in caslib. For example my data in casuser library

 

libname casuser cas caslib='casuser';

 

 

View solution in original post

3 REPLIES 3
japelin
Rhodochrosite | Level 12

Do you have access rights to the folder you are trying to upload to?
Is the right-click upload menu available?

SASUser07
Fluorite | Level 6

Hi @japelin 

I double checked from Manage Environment in the Administration window and Yes I have access rights to the folder. And I cant see any update option on the the folder right click.

SASUser07
Fluorite | Level 6

The Solution I figured is by uploading local files through SAS Data Explorer - Manage Data, then load the data to caslib. After that, run below code in SAS Studio to create a reference pointing to your data in caslib. For example my data in casuser library

 

libname casuser cas caslib='casuser';

 

 

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

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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