Problem Note 65085: SAS® might terminate or return a "sas.exe has stopped working" error for some NLS locales when running PROC X12 or PROC X13 with a regARIMA model
For some NLS locales, PROC X12 or PROC X13 might cause SAS to terminate or to stop processing with the following error:
Termination or this error or both have been observed under the following conditions:
SAS system option settings:
- ENCODING=UTF-8
- LOCALE=FR or LOCALE=IT (French or Italian locales, but possibly other locales)
and
PROC X12 or PROC X13 specification:
- Quarterly time series data
- REGRESSION statement with the PREDEFINED= option, where any one of the following trading-day effects is specified:
- TD
- TDNOLPYEAR
- TD1COEF
- TD1NOLPYEAR
- AUTOMDL statement
- X11 statement
Here is an example specification where this issue occurs for a SAS session with UTF-8 encoding and quarterly time series data:
options locale=fr;
proc x13 data=test date=date;
var y;
transform function=log;
automdl;
regression predefined=(td);
x11;
output out=out a1 d10 d11 d12 d13;
run;
Other than using a different locale, there is no circumvention for this problem.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ETS | 64-bit Enabled AIX | 14.3 | | 9.4 TS1M5 | |
Windows 7 Ultimate x64 | 14.3 | | 9.4 TS1M5 | |
Windows 7 Ultimate 32 bit | 14.3 | | 9.4 TS1M5 | |
Windows 7 Professional x64 | 14.3 | | 9.4 TS1M5 | |
Windows 7 Professional 32 bit | 14.3 | | 9.4 TS1M5 | |
Windows 7 Home Premium x64 | 14.3 | | 9.4 TS1M5 | |
Windows 7 Home Premium 32 bit | 14.3 | | 9.4 TS1M5 | |
Windows 7 Enterprise x64 | 14.3 | | 9.4 TS1M5 | |
Windows 7 Enterprise 32 bit | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows Server 2016 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 Std | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 R2 Std | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 R2 Datacenter | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows Server 2012 Datacenter | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 for x64 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 R2 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows Server 2008 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 10 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Pro x64 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Pro 32-bit | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Enterprise x64 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 8.1 Enterprise 32-bit | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 8 Pro x64 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 8 Pro 32-bit | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 8 Enterprise x64 | 14.3 | | 9.4 TS1M5 | |
Microsoft Windows 8 Enterprise 32-bit | 14.3 | | 9.4 TS1M5 | |
Microsoft® Windows® for x64 | 14.3 | | 9.4 TS1M5 | |
z/OS 64-bit | 14.3 | | 9.4 TS1M5 | |
z/OS | 14.3 | | 9.4 TS1M5 | |
64-bit Enabled Solaris | 14.3 | | 9.4 TS1M5 | |
HP-UX IPF | 14.3 | | 9.4 TS1M5 | |
Linux for x64 | 14.3 | | 9.4 TS1M5 | |
Solaris for x64 | 14.3 | | 9.4 TS1M5 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
PROC X12 or PROC X13 might cause SAS to terminate or return a "sas.exe has stopped working" error for some NLS locales. This has been observed when running SAS with UTF-8 encoding and the French locale. However, other locales can also be affected.
Type: | Problem Note |
Priority: | high |
Topic: | Analytics ==> Econometrics Analytics ==> Forecasting Analytics ==> Time Series Analysis SAS Reference ==> Procedures ==> X12 SAS Reference ==> Procedures ==> X13 System Administration ==> system administration
|
Date Modified: | 2019-11-12 10:50:19 |
Date Created: | 2019-11-08 11:28:35 |