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
Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!

Catch up on SAS Innovate 2026

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

Explore Now →
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
  • 2147 views
  • 0 likes
  • 3 in conversation