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

 

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

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