BookmarkSubscribeRSS Feed
Yiting
Quartz | Level 8

Hi, I have a big SAS EG project so that there are many queries. In SPSS modeler, it is possible to save some results (NOT export to Excel or anything), just pin the result so that when you run the process again, the part leading to it is not run again and it saves some time... It is called stored procedure. I wonder if SAS EG has such a function? Thanks in advance!

2 REPLIES 2
Reeza
Super User

That’s the difference between a permanent library and the work library. 

 

If you write your files to a permanent library you can save them between sessions/runs. 

 

In an Enterprise set up you usually have a permanent user library set up by default under your name somewhere. 

 


@Yiting wrote:

Hi, I have a big SAS EG project so that there are many queries. In SPSS modeler, it is possible to save some results (NOT export to Excel or anything), just pin the result so that when you run the process again, the part leading to it is not run again and it saves some time... It is called stored procedure. I wonder if SAS EG has such a function? Thanks in advance!


 

Astounding
PROC Star
Are you able to split the project into 2 projects?

Saving the results should be fairly easy. Add to both projects:

libname mylib "path to folder for saving results" ;

options user=mylib;

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register 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
  • 974 views
  • 0 likes
  • 3 in conversation