Statements for Forecasting Using a Forecasting Context |
Table: Statements for Forecasting Using a Forecasting Context lists the OLAP DML that you use to calculate a sophisticated forecast using a forecasting context. Typically, you use these statements in an OLAP DML program in the order in which they are listed.
Statements for Forecasting Using a Forecasting Context
| Statement | Description |
|---|---|
| FCOPEN
|
Creates a forecasting context and returns a handle to this context. |
| FCSET
|
Sets the values of various parameters that determine the characteristics of the forecast. |
| FCEXEC
|
Executes a forecast based on the parameters options specified by the FCSET command for the forecast. |
| FCQUERY
|
Returns the results of a forecast created when the FCEXEC command executed. |
| FCCLOSE
|
Closes a forecasting context. |