If the Config.sas, or as with version 9, SASV9.CFG file actually needs to be modified, then there is something that only takes effect on startup. So you can't actually execute those files in a runnings session. It's been awhile since I played around with some of this but it may be that you want to create an additional shortcut to SAS, or a batch file that starts a SAS session, and point to those files. For examle my Windows desktop icon in the properties shows the following in the Target section. "C:\Program Files\SAS\SASFoundation\9.2(32-bit)\sas.exe" -CONFIG "C:\Program Files\SAS\SASFoundation\9.2(32-bit)\nls\en\SASV9.CFG" If you have a shortcut, copy it and replace the existing similar with the new config file path. Instead of the autoexec parameter you could add the line: -autoexec="S:\GenPeds\GenPeds\JHale\DualData\test_exe.sas" to that configuration file. Note that this form as an equal sign.
... View more