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';

 

 

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 2103 views
  • 0 likes
  • 2 in conversation