I confirm that the timezone error occurs in the SAS 9.2 workspace server initialization log. However another error is also present relating to: options validvarname=ANY validmemname=EXTEND; ERROR 13-12: Unrecognized SAS option name, VALIDMEMNAME. ERROR 13-12: Unrecognized SAS option name, TIMEZONE. After adding the SuppressTimezone key to the SEGuide.exe.config file the TIMEZONE error disappears. However on running the syserrortext code we now get: ERROR 13-12: Unrecognized SAS option name, VALIDMEMNAME. Is there a way to suppress the VALIDMEMNAME option as well?
... View more