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
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.