Can you change this option in the code itself? I have this option where I am creating about 110 small tables. I can change my options but I will need someone else to run this for me eventually. How can I code for this?
Unfortunately not. There is no limitation in your SAS session and you can't change EG settings with SAS code. It can only be done in EG itself.
One thing I do when I'm in a situation like this, if the scenario fits:
i) delete overall dataset
ii) in a macro, read in the data to a temp dataset, append to the overall dataset, delete the temp dataset
And then cycle the macro for all of the datasets. That way the single datasets that are input won't show up in the project.
Tom
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.