<?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: How to handle negative value in Proc X11 in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/236422#M1521</link>
    <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;Have a look at the X12 (or X13 in SAS/ETS 14.1) procedure instead.&lt;/P&gt;
&lt;P&gt;The MODE= option is supported in the X11 statement of these procedures.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Udo&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2015 15:17:48 GMT</pubDate>
    <dc:creator>udo_sas</dc:creator>
    <dc:date>2015-11-25T15:17:48Z</dc:date>
    <item>
      <title>How to handle negative value in Proc X11</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/235941#M1517</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use proc X11 to forecast my sales.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i am facing a problem that there is a negative value in my time series(due to return on that particular month).&lt;/P&gt;&lt;P&gt;please suggest me if there is any solution in proc x11 to handle this situation or do i need to handle it other way arround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/235941#M1517</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2015-11-23T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle negative value in Proc X11</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/235943#M1518</link>
      <description>You can use MODE=PSEUDOADD  if you have - values.Or if you adjust that units ..My Knowledge Ends here ..</description>
      <pubDate>Mon, 23 Nov 2015 08:12:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/235943#M1518</guid>
      <dc:creator>pearsoninst</dc:creator>
      <dc:date>2015-11-23T08:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle negative value in Proc X11</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/235953#M1519</link>
      <description>&lt;P&gt;&lt;STRONG&gt;can u please help me where can i put this option?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;my syntax is :&lt;/P&gt;&lt;P&gt;proc x11 data= test yraheadout;&lt;/P&gt;&lt;P&gt;monthly date=month;&lt;/P&gt;&lt;P&gt;var=sales;&lt;/P&gt;&lt;P&gt;table d11;&lt;/P&gt;&lt;P&gt;output out =test1 b1=a d10=b d11=c;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:45:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/235953#M1519</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2015-11-23T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle negative value in Proc X11</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/236124#M1520</link>
      <description>can u please help me where can i put this option?&lt;BR /&gt;my syntax is :&lt;BR /&gt;proc x11 data= test yraheadout;&lt;BR /&gt;monthly date=month;&lt;BR /&gt;var=sales;&lt;BR /&gt;table d11;&lt;BR /&gt;output out =test1 b1=a d10=b d11=c;&lt;BR /&gt;run;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Nov 2015 03:22:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/236124#M1520</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2015-11-24T03:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle negative value in Proc X11</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/236422#M1521</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;Have a look at the X12 (or X13 in SAS/ETS 14.1) procedure instead.&lt;/P&gt;
&lt;P&gt;The MODE= option is supported in the X11 statement of these procedures.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Udo&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 15:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-handle-negative-value-in-Proc-X11/m-p/236422#M1521</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2015-11-25T15:17:48Z</dc:date>
    </item>
  </channel>
</rss>

