BookmarkSubscribeRSS Feed
deleted_user
Not applicable
What are my options for moving data to my local work library from my server work library?
2 REPLIES 2
Andrew_F
Calcite | Level 5
If the data is not huge then copy and paste in the server list window.

Otherwise, you can use a staging area. Assign a network share on your local machine and reference it from a libname assigned to the server (usually SASMain) session e.g.

libname c_temp "\\WM200KTBSW10JK2\temp\" ;

proc copy in=work out=c_temp ; run ;
ChrisHemedinger
Community Manager
You can also use the Export as a Step menu item in Enterprise Guide 4.1. Select the data in your project, right-click, select Export as a Step in the Project.

Chris
SAS Innovate 2025: Call for Content! Submit your proposals before Sept 16. Accepted presenters get amazing perks to attend the conference!

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 16. 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
  • 2 replies
  • 819 views
  • 0 likes
  • 3 in conversation