BookmarkSubscribeRSS Feed
klanie73
Calcite | Level 5

Is it possible to code a ”reset SAS session” into a script in SAS Studio, instead of using the F9 button?

 

I need it for some automation, where I would like SAS to reset between scripts.

 

 

2 REPLIES 2
CaseySmith
SAS Employee

The ENDSAS statement may get you close to what you would like to do.  However, note, it will immediately terminate the SAS session that SAS Studio is using without SAS Studio having any forewarning (ex. you won't get back a log or results for code in the same program before the endsas statement).

 

Casey


Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF

View now: on-demand content for SAS users

PaigeMiller
Diamond | Level 26

I don't know what the reset in SAS Studio does, but certainly all of these are possible via code:

 

  • delete all temporary SAS data sets
  • reset options back to default
  • erase/eliminate graphics
  • restart the numbering on graphics

and probably other things as well

--
Paige Miller

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 3484 views
  • 2 likes
  • 3 in conversation