Problem Note 36250: Read Access Violation in Task [ARIMA] may occur when PLOTS= option is specified
If the PLOTS= option is used on the PROC ARIMA statement and future-period forecasts are not computed by the FORECAST statement, then the procedure may return the following error:
ERROR: Read Access Violation In Task [ ARIMA ]
This can occur if a model with no input variables is estimated and the LEAD=0 option is used on the FORECAST statement. It can also occur if a model with input variables is estimated, but future values of those input variables are not provided, and a FORECAST statement is used with a positive LEAD= specification and the PRINTALL option.
The Read Access Violation error occurs because the procedure is not able to compute out-of-sample forecast values to pass to the Statistical Graphics subsystem in order to produce the plots requested by the PLOTS= option.
To circumvent the problem for models with no input variables, specify a positive LEAD= value. To circumvent the problem for models with input variables, provide future values of the input variables to cover the LEAD= forecast horizon. This can be done either by including future values of the input variables on the DATA= data set or by specifying prior IDENTIFY and ESTIMATE statements in the same PROC ARIMA step to fit models to the input variables before fitting the model for the response variable. Note: the latter circumvention can only be used if the input variables are continuous. If intervention variables are used as inputs, then future values of these intervention variables must be provided on the DATA= data set.
Operating System and Release Information
| SAS System | SAS/ETS | z/OS | 9.2 TS1M0 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS1M0 | |
| Microsoft Windows XP 64-bit Edition | 9.2 TS1M0 | |
| Microsoft® Windows® for x64 | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS1M0 | |
| Microsoft Windows Server 2003 Standard Edition | 9.2 TS1M0 | |
| Microsoft Windows XP Professional | 9.2 TS1M0 | |
| Windows Vista | 9.2 TS1M0 | |
| 64-bit Enabled AIX | 9.2 TS1M0 | |
| 64-bit Enabled HP-UX | 9.2 TS1M0 | |
| 64-bit Enabled Solaris | 9.2 TS1M0 | |
| HP-UX IPF | 9.2 TS1M0 | |
| Linux | 9.2 TS1M0 | |
| Linux for x64 | 9.2 TS1M0 | |
| OpenVMS on HP Integrity | 9.2 TS1M0 | |
| Solaris for x64 | 9.2 TS1M0 | |
*
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.
A Read Access Violation in Task [ARIMA] may occur when the PLOTS= option is used and the FORECAST statement is specified.
| Type: | Problem Note |
| Priority: | medium |
| Topic: | Analytics ==> Econometrics Analytics ==> Forecasting Analytics ==> Time Series Analysis SAS Reference ==> Procedures ==> ARIMA SAS Reference ==> ODS (Output Delivery System) Software Components
|
| Date Modified: | 2009-08-31 15:30:02 |
| Date Created: | 2009-06-17 11:00:37 |