Hi, I remember in SPSS Modeler, the process is similar to SAS EG, but it is possible to cache a step so that the running result of this step will be save there and in the future, the program will not need to run til that step again, Is such a possibility exist in SAS EG?
Of course. Basically all SAS procedures have a feature to write output datasets; if not, using ODS OUTPUT lets you save tabular print output to a dataset.
Hei, no, i dont need a output dataset… just want the step to memorize its outupt… 🙂
THE method to preserve data between steps is datasets. Small amounts of data (number of items counted on your fingers) can be stored in macro variables.
SAS DI Studio has the option of creating Check points to enable long running jobs to restart from the point of failure. The point and click interface of SAS EG saves the Process flows for future use, but I am not aware of any options that enables restarting the process flow from a certain point.
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!
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.
Ready to level-up your skills? Choose your own adventure.