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 For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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