The error message occurs if you are running SAS that was invoked from the standard shortcut, a desktop shortcut, or directly from the sas.exe in Explorer. Circumventions are:
- Pin SAS to either your Start Menu or Task Bar. Invoking SAS from a pinned location will avoid the error
- Edit your SAS shortcut to the following command: C:\Windows\System32\cmd.exe /c "C:\Progra~1\SAS\SASFoundation\9.2\sas.exe -CONFIG C:\Progra~1\SAS\SASFoundation\9.2\nls\en\SASV9.CFG"
(Notice the change in quoting from the original command.)
还是GOOGLE搜索好用,这个问题好怪,不过按照第一种方法果然解决了。算是自问自答了。
也为有遇到同样问题的同志们,做点帮助~~