- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 08-20-2008 10:01 AM
(2282 views)
Hi,
I'm using the TSFS to fit an ARIMA model. How can I see the actual code which produces the results?
Thanks.
I'm using the TSFS to fit an ARIMA model. How can I see the actual code which produces the results?
Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello -
Use the SHOW SOURCE STATEMENTS toggle under the Options pull-down menu (from the Develop Models window or the Fit Models Automatically window) - this work fine for ARIMA models.
Of course you can also switch to the Program Editor and use the F4 key to recall the submitted code after using TSFS.
Regards,
Udo
Use the SHOW SOURCE STATEMENTS toggle under the Options pull-down menu (from the Develop Models window or the Fit Models Automatically window) - this work fine for ARIMA models.
Of course you can also switch to the Program Editor and use the F4 key to recall the submitted code after using TSFS.
Regards,
Udo
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
udo,
could you please elaborate. I tried using the F4 function and re-running the code that it provided but it did not seem to work. I hope to be able to use the code to write a macro in order to automate a process.
could you please elaborate. I tried using the F4 function and re-running the code that it provided but it did not seem to work. I hope to be able to use the code to write a macro in order to automate a process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi -
I think the F4 key trick will work only for ARIMA model specifications - I don't think that it will work to create a complete forecasting process flow like you have in mind. This will require some more additional work - please note that the TSFS was not designed for such purpose but for interactive analysis.
For a forecasting solution which supports batch processing as well please consider having a look at SAS Forecast Server.
Thanks!
Udo
I think the F4 key trick will work only for ARIMA model specifications - I don't think that it will work to create a complete forecasting process flow like you have in mind. This will require some more additional work - please note that the TSFS was not designed for such purpose but for interactive analysis.
For a forecasting solution which supports batch processing as well please consider having a look at SAS Forecast Server.
Thanks!
Udo