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
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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Browse our catalog!