In the default sasv9.cfg in the SASPP folder of our installation (Windows Server, 9.4 TS1M7), there is the following line:
-insert set sasautos "SASEnvironment/SASMacro"
We modify, in our sasv9_usermods.cfg, the sasinitialfolder value to a location in the user space which of course does not have a SASEnvironment/SASMacro location in it. We add the correct location for the SASEnvironment\SASMacro folder in our sasv9_usermods.cfg, but this leaves the "bad" folder location in the sasautos concatenated file, which leaves a lot of warnings in code submitted by users, and in SAS VA data queries always appear to fail, with "WARNING: [sasinitialfolder]\SASEnvironment\SASMacro is missing from concatenation."
I could simply remove the line from the sasv9.cfg, but the whole idea of usermods is to not edit that file, and it would add additional things to do any time we update the server. Is there a way to "remove" the folder from SASAUTOS? Is it safe to -set sasautos instead of -insert set sasautos in our sasv9_usermods.cfg (and just include the full list from the original sasv9.cfg in \nls\en)? What's the best practice here?