<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Forecast Autoregressive Error Model with PROC ARIMA in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecast-Autoregressive-Error-Model-with-PROC-ARIMA/m-p/358765#M2352</link>
    <description>&lt;P&gt;Hi Sean,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please add the OUTFORECAST option to the FORECAST statement, and table B1 to the OUTPUT statement in your PROC X12 code.&amp;nbsp; This should extend table B1 for each variable in your VAR statement with the LEAD= forecasts and write them to the OUT= data set specified in your OUTPUT statement.&amp;nbsp;&amp;nbsp;These forecasts will be&amp;nbsp;on the original scale of your data.&amp;nbsp; Note that if you want&amp;nbsp;the confidence limits in addition to the forecasts, then you will need to use the ODS OUTPUT&amp;nbsp;statement as in your current application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above modifications to your code do not allow you to obtain the forecasts in the OUT= data set, then please indicate the release of SAS you are running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2017 15:03:59 GMT</pubDate>
    <dc:creator>dw_sas</dc:creator>
    <dc:date>2017-05-15T15:03:59Z</dc:date>
    <item>
      <title>Forecast Autoregressive Error Model with PROC ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecast-Autoregressive-Error-Model-with-PROC-ARIMA/m-p/358663#M2350</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am forecasting a large number of series using the automatic ARIMA model selection function within the X12 procedure. From what I can tell from the documentation and experimentation, there is no output data set of the forecasts. The only way to extract the data is through the ODS. This is&amp;nbsp;inefficient with so many series. Is there a more efficient way to extract the forecasts from the automatic ARIMA modelling?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output ModelEstimation.AutoModel.FinalModelChoice=x12_model_choice;
ods output Forecasts.Original.ForecastCL=x12_forecasts;

proc x12 data=trend date=series interval=qtr plots=none;
	var %loopdata;
	transform function=auto;
	automdl maxdiff=(1,1) maxorder=(4,1);
	forecast lead=20;
	output out=x12_fcs a1;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 06:49:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecast-Autoregressive-Error-Model-with-PROC-ARIMA/m-p/358663#M2350</guid>
      <dc:creator>gumlese</dc:creator>
      <dc:date>2017-05-15T06:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast Autoregressive Error Model with PROC ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecast-Autoregressive-Error-Model-with-PROC-ARIMA/m-p/358765#M2352</link>
      <description>&lt;P&gt;Hi Sean,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please add the OUTFORECAST option to the FORECAST statement, and table B1 to the OUTPUT statement in your PROC X12 code.&amp;nbsp; This should extend table B1 for each variable in your VAR statement with the LEAD= forecasts and write them to the OUT= data set specified in your OUTPUT statement.&amp;nbsp;&amp;nbsp;These forecasts will be&amp;nbsp;on the original scale of your data.&amp;nbsp; Note that if you want&amp;nbsp;the confidence limits in addition to the forecasts, then you will need to use the ODS OUTPUT&amp;nbsp;statement as in your current application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above modifications to your code do not allow you to obtain the forecasts in the OUT= data set, then please indicate the release of SAS you are running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 15:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecast-Autoregressive-Error-Model-with-PROC-ARIMA/m-p/358765#M2352</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2017-05-15T15:03:59Z</dc:date>
    </item>
  </channel>
</rss>

