BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
_JonT
Obsidian | Level 7

I use the Autoexec feature in EG, so that when others use my projects they can be given extra guidance


I would like to set some of the options programmatically in this autoexec section - similar to how things happened in SAS Base. I don't want this changes to happen to every EG project user in the company - just the one that I am working on


I want, for example. to set the output to be HTML and switch off SAS Report. using ODS listing close; and ODS HTML; do not work. Any ideas?

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

Code executed on the workspace server does not influence EG's behaviour, with the exception of things that EG specifically looks for on its own.

Since EG send ODS code automatically before each execution of a single task (according to the settings in tools/options), "autoexec" code cannot influence that.

View solution in original post

1 REPLY 1
Kurt_Bremser
Super User

Code executed on the workspace server does not influence EG's behaviour, with the exception of things that EG specifically looks for on its own.

Since EG send ODS code automatically before each execution of a single task (according to the settings in tools/options), "autoexec" code cannot influence that.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register 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
  • 1144 views
  • 1 like
  • 2 in conversation