<?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: PROC X12 seasonal adjustment forecasting in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-X12-seasonal-adjustment-forecasting/m-p/242462#M1527</link>
    <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;Not sure if I will address your question, but If OUTFORECAST is specified, then forecast values are included in the output data sets. The default is the number of periods in a year, which in your case is 4.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Udo&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2016 20:59:04 GMT</pubDate>
    <dc:creator>udo_sas</dc:creator>
    <dc:date>2016-01-08T20:59:04Z</dc:date>
    <item>
      <title>PROC X12 seasonal adjustment forecasting</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-X12-seasonal-adjustment-forecasting/m-p/237210#M1516</link>
      <description>&lt;P&gt;Does PROC X12 forecast data for use in seasonal adjustment if I use only the X11 statement without a REGRESSION or ARIMA statement? My code is like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;proc x12 data=unadjusted date=yyq interval=4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;by sex agegrp industry;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var Emp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;x11 mode=add outforecast;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;output out=Emp_add d11;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;My data goes through 2013 quarter 4. When I use X11 with the OUTFORECAST option, tables D10.A and D16.A include data through 2014. Does that mean data is being forecast one year ahead and then used for seasonal adjustment? Is data forecast one year ahead by default? Thanks for your help.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 17:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-X12-seasonal-adjustment-forecasting/m-p/237210#M1516</guid>
      <dc:creator>emily_i</dc:creator>
      <dc:date>2015-12-01T17:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC X12 seasonal adjustment forecasting</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-X12-seasonal-adjustment-forecasting/m-p/242462#M1527</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;Not sure if I will address your question, but If OUTFORECAST is specified, then forecast values are included in the output data sets. The default is the number of periods in a year, which in your case is 4.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Udo&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 20:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-X12-seasonal-adjustment-forecasting/m-p/242462#M1527</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2016-01-08T20:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROC X12 seasonal adjustment forecasting</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-X12-seasonal-adjustment-forecasting/m-p/264851#M1707</link>
      <description>&lt;P&gt;I have a similar issue but I am using PROC X13 instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc x13 data = testdata date=DATE interval=MONTH plots=none;&lt;BR /&gt;&amp;nbsp;var USMTO_Units;&lt;BR /&gt;&amp;nbsp;transform function=log;&lt;BR /&gt;&amp;nbsp;adjust predefined=LOM; /* use SAS predefined length of month adjustment */&lt;BR /&gt;&amp;nbsp;regression uservar=imts / usertype=AO;&lt;BR /&gt;&amp;nbsp;automdl;&lt;BR /&gt;&amp;nbsp;x11 outforecast;&lt;BR /&gt;&amp;nbsp;forecast lead = 24;&lt;BR /&gt;&amp;nbsp;output out=x13v3_output a1 d11;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data for the variable of interest from Jan1996 to Feb2016.&amp;nbsp; In the table "testdata" I have&amp;nbsp;data for regressor variable&amp;nbsp;IMTS from Jan1996 to Feb2018.&amp;nbsp; I have been trying to get SAS to include the forecast for USMTO_Units in the table "x13v3_output" but without success, can anyone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 17:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-X12-seasonal-adjustment-forecasting/m-p/264851#M1707</guid>
      <dc:creator>mguckes</dc:creator>
      <dc:date>2016-04-19T17:58:44Z</dc:date>
    </item>
  </channel>
</rss>

