Hi, You could try to specify the entire work folder location as an environment variable: -work "!USERSASWORK" ... and set USERSASWORK on a per-user basis. You might prefer to derive this in the WorkspaceServer_usermods.bat script. Will this requirement apply to other servers too, like stored process server, batch server etc. If so, or you see the potential for other group-based customizations like different memory settings, library assignments, etc, then you might also consider creating multiple application servers and directing users to specific application servers via access controls that hide the ones they shouldn't use. One group sees only SASApp1 whilst another group sees only SASApp2. Each application server has its own config dir, scripts, shared formats, autocalls and so on. It allows considerable group level configuration/isolation but does come with greater management overhead so is not always appropriate, especially for simple differences that can be handled through things like environment variable customizations. Cheers Paul
... View more