<?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 ARIMA forecasting daily time series data in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928674#M4826</link>
    <description>&lt;P&gt;Can you provide an example of your data as a working data step? Remove any variables not relevant to the process and code attempted so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not expert in ARIMA but example data will likely help someone that knows more answer your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you cannot generate such a set then Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the &amp;lt;/&amp;gt; icon or attached as text to show exactly what you have and that we can test code against. Pasting the code into a text box is important as the message windows on the forum reformat pasted text an may result in data step code that will not run correctly.&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2024 14:27:23 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2024-05-16T14:27:23Z</dc:date>
    <item>
      <title>PROC ARIMA forecasting daily time series data</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928606#M4825</link>
      <description>&lt;P&gt;Dear All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I am quite a new user using SAS software. Please give me some suggestion base on the scenario below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I have time series data for almost 2 years, which records the date and the amount of money that earn daily but in this case user record the data only weekdays (data for sat and sun is empty).&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Base on the data i have, i try to identified, include dummy variables,&amp;nbsp; estimate and got the satisfied model to do forecasting. This also include the cosscorr pamarameter.&lt;/P&gt;&lt;P&gt;3. However, when i try to run forecasting&amp;nbsp; by using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc arima data=data ;&lt;BR /&gt;identify var=money crosscorr=(Monday Tuesday Thursday Friday );&lt;BR /&gt;estimate input=(Monday Tuesday Thursday Friday )&lt;BR /&gt;p= (0) (21)&lt;BR /&gt;q= (1) (0);&lt;BR /&gt;forecast lead=30 interval=day id=date out=results;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i got an error "&lt;SPAN&gt;The value for option LEAD= has been reduced to 0." and the results that i got is generate only for the trained variable. The lead forecasting is not generate for me. I am not sure the forecast syntax is working with my data struture or not.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please feel free to leave some comments on this or please share some ideas how can i solve this issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;santisouk&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 04:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928606#M4825</guid>
      <dc:creator>santisouknee</dc:creator>
      <dc:date>2024-05-16T04:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA forecasting daily time series data</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928674#M4826</link>
      <description>&lt;P&gt;Can you provide an example of your data as a working data step? Remove any variables not relevant to the process and code attempted so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not expert in ARIMA but example data will likely help someone that knows more answer your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you cannot generate such a set then Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the &amp;lt;/&amp;gt; icon or attached as text to show exactly what you have and that we can test code against. Pasting the code into a text box is important as the message windows on the forum reformat pasted text an may result in data step code that will not run correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 14:27:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928674#M4826</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-05-16T14:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA forecasting daily time series data</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928707#M4827</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/466000"&gt;@santisouknee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may take a look at the following thread discussing similar issue in generating future forecast in PROC ARIMA with input variables:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-Forecast-quot-The-value-for-option-LEAD-has-been/m-p/844239" target="_blank"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-Forecast-quot-The-value-for-option-LEAD-has-been/m-p/844239&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you have a different situation than discussed there, and if so, I will take a further look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 17:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928707#M4827</guid>
      <dc:creator>SASCom1</dc:creator>
      <dc:date>2024-05-16T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA forecasting daily time series data</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928720#M4828</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thank you for you information.&amp;nbsp; The question is similar, but provide me as a guidline to modified my code and now it's work !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;santisouknee&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 18:34:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928720#M4828</guid>
      <dc:creator>santisouknee</dc:creator>
      <dc:date>2024-05-16T18:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA forecasting daily time series data</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928721#M4829</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Thank you for provide a good comments, i will keep that in mind when posting another dissucssion. Now the problem is solved. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;santisouknee&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 18:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-forecasting-daily-time-series-data/m-p/928721#M4829</guid>
      <dc:creator>santisouknee</dc:creator>
      <dc:date>2024-05-16T18:37:11Z</dc:date>
    </item>
  </channel>
</rss>

