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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

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