BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
noetsi
Obsidian | Level 7

We have the SAS time series (ETS) module and use it. But I can not figure out if we have the tool Time Series Forecasting System or not. I don't think so since I have been unable to locate it, but I would like to find out. Does anyone know how? I usually work inside EG if that matters.

1 ACCEPTED SOLUTION

Accepted Solutions
sbxkoenk
SAS Super FREQ

The Time Series Forecasting System (TSFS) is a component of SAS/ETS® that provides a menu-based front-end for forecasting activities. You cannot use it from within Enterprise Guide. You need the SAS Windowing environment (some call it the SAS Display Manager).

I stopped using TSFS around the year 2010. 

 

SAS 9.4 has a much better forecasting solution, being Forecast Server. SAS Forecast Studio (based on Java) is the client of SAS Forecast Server, providing a graphical interface for forecasting and time series analysis. On top of SAS/ETS , you need to license Forecast Server in order to be able to use it. Forecast Server comes with SAS High-Performance Forecasting. SAS High-Performance Forecasting (multi-threaded) is software with procedures (PROC HPxxxxx) and functions.

 

SAS® Forecast Server Procedures 15.3: User's Guide : https://documentation.sas.com/doc/en/hpfug/15.3/hpfug_pt02.htm

SAS® Forecast Studio 15.3: User’s Guide : https://documentation.sas.com/doc/en/fsug/15.3/titlepage.htm

 

Ciao,

Koen

View solution in original post

10 REPLIES 10
Hao_Luo
SAS Employee

I get it in this path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\SAS

Hao_Luo_0-1758591628346.png

 

noetsi
Obsidian | Level 7
We don't have the folder ProgramData and folders related to microsoft don't have that. Is this a product you have to purchase separate than ETS? Or something you have to ask to get uploaded other than the depot we get with our licenses? Thanks.
noetsi
Obsidian | Level 7
How do we know if that is on our license, that is the time series forcasting tool. We purchased ETS, but no one knows if that is part of our purchase or not.
eduardo_silva
SAS Employee
Hi,

I suggest you to open a case in SAS Technical Support and send them the log for the following code:

Proc setinit;run;
Proc product_status;run;

They'll probably be able to answer your question with this information.

[email protected]
noetsi
Obsidian | Level 7
Thanks I have been having trouble finding where to open these recently. They used to be a way to contact technical support in the help menu of EG, but I can no longer locate it.
ChrisHemedinger
Community Manager