BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
kflanary
Calcite | Level 5

We have previously switched from Base SAS to SAS Studio.  In Base SAS, each time you ran code the results would append to previously ran results in the log.  Is there a way to do this in SAS Studio as well?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
AmyP_sas
SAS Employee

The default mode of execution is that each submission is separate.  You don't have to recall your program to edit it, the log & results are always from the last submission, and since each submission is separate, you don't get "bleed over" code between sessions (like if you forget to close a quote, it doesn't mess up the next submission).  If you prefer the way SAS Display Manager (SAS Windowing Environment or "PC SAS") executed, then give interactive mode a try.  It's a button on your tool bar and once you are in interactive mode, then your log should be additive.  There are lots of other differences, so please see Working in Interactive Mode in the SAS Studio User's Guide for more info.

View solution in original post

2 REPLIES 2
BrunoMueller
SAS Super FREQ

Hi

 

I am not aware of a way to do exactly what you want.

 

However SAS Studio keeps track of the execution of each program, see the screen shot in the attachment. With this you can see the code, the log and result of previous runs.

 

Bruno

 

 


Capture.PNG
AmyP_sas
SAS Employee

The default mode of execution is that each submission is separate.  You don't have to recall your program to edit it, the log & results are always from the last submission, and since each submission is separate, you don't get "bleed over" code between sessions (like if you forget to close a quote, it doesn't mess up the next submission).  If you prefer the way SAS Display Manager (SAS Windowing Environment or "PC SAS") executed, then give interactive mode a try.  It's a button on your tool bar and once you are in interactive mode, then your log should be additive.  There are lots of other differences, so please see Working in Interactive Mode in the SAS Studio User's Guide for more info.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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