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
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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!