BookmarkSubscribeRSS Feed
clcl
Calcite | Level 5

is there any way when i run a whole program with a few datasteps in it that when it opens the outputdate it will automatically show the last table ???

thanks

cl

1 REPLY 1
TomKari
Onyx | Level 15

When I want to do this, I delete my intermediate tables at the end of the program. Many ways to do this, here's one:

proc sql;
drop table intermediate_table1;
drop table intermediate_table2;
quit;

Tom

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1 reply
  • 1127 views
  • 3 likes
  • 2 in conversation