Hi, If I write a stored process that uses a (non-pooled) workspace server, the server actually starts a new session to run the process, right? Is there a way I can define SAS invocation options for the stored process (-altlog -autoexec -config etc?). I want to define these at the stored process level (so, e.g. different stored processes might use different autoexecs), not at the server level. I'm developing stored processes, but I don't administer the server. One approach would be to use systask to kick off a new SAS session (with the desired options), as Scott Bass describes: https://communities.sas.com/thread/34901 But was wondering if I could define in the stored process metada (and/or as a prompt) the system options to be specified during invocation. Thanks, --Q.
... View more