The Forecast Command Builder is a SAS/AF application shipped with the Time Series Forecasting System (TSFS) in Version 7.01 and later. It contains a number of enhancements in release 8.2. See the prior documentation if you are using an earlier release.
The command builder lets you construct lists of forecast commands quickly, run them to create forecasts, save them, and retrieve them later for updating your forecasts. It's most common use is to set up and update batch forecast runs, which may contain hundreds or even thousands of related or unrelated time series. You can let the system choose forecasting models automatically, or develop models interactively using TSFS, save them in forecasting projects, and use the command builder to set up batch runs to update and output the forecasts. You can also start with the command builder to model and forecast a large number of series, then examine or modify individual forecasts in detail at a later time by opening the saved projects in TSFS.
The command builder also provides batch graphics features. Use these to create and save forecast graphs, either in a SAS catalog or in a web page. The web page format provides examples of each graph.
Start the command builder by entering on the command line (not the program editor):
%fcbor
af c=sashelp.forcast.forccmd.frame
The command builder is also intended to serve as a demo application for developing custom forecasting interfaces using SAS/AF software. The frame entries are forccmd.frame, forccout.frame, forcgraf.frame, and forccgrf.frame. They are found in the sashelp.forcast catalog which ships with SAS/ETS software. You can download the SCL source code: forccmd.scl, forccout.scl, forcgraf.scl, forccgrf.scl, and forcmtd.scl.
Input tab
Forecast command builder Input tab
Begin by specifying a data source on the Input tab. This can be a SAS table or any other data source in your enterprise which has been made accessible, provided it is in time series form. This means that
If the data are not in time series form, an error message to this effect will appear in the SAS log when you run the command, and forecasts will not be generated. For more information, see "Working with Time Series Data" in the Online Documentation or SAS/ETS User's Guide.
If the data set contains a time ID variable named date, time, or datetime, the Time ID field will be filled in automatically. If not, specify the name of the time ID variable. If the data are in time series form but do not contain a time ID variable, you can run TSFS and use it's built-in tools to create one.
Normally, the system will detect the interval once the time ID variable is known and will fill in the interval field automatically. If it does not, your data may not be in proper time series form. However, if your data has an unusual interval, you can specify it using the interval Select button.
Once a time series data set has been selected, you can click the Select button to bring up the Series Selector. Use it to select one or more series to forecast.
As you make selections, a command is built and displayed in the Current Command box. If you only want to forecast a single series, you can execute the command by clicking the Run Current button. After execution, the command builder window remains open.
To build a list of commands, click the Add Current button. The current command is added to the list in the Command List tab. If you selected more than one series in the Series Selector, you will see "<multiple>" in the VAR= argument of the current command. When you click the Add Current button, a separate command is generated for each series selected, each having the respective series name substituted in the VAR= argument. The window fields remain populated until you select a different data set. You can add as many commands as you like to the command list, using as many different data sets as you like.
Model tab
Forecast command builder Model tab
Forecast tab
Forecast command builder Forecast tab
Other tab
Forecast command builder Other tab
Command List tab
Forecast command builder Command List tab
This tab displays all of the commands which have been added using the Add Current button or retrieved using the Open... button. You can edit any command in the list by clicking on it. It then becomes the current command and is editable using the other tabs. When you click Add Current, the revised command is added to the command list, but the original command remains in the list.
To execute all of the commands in the list, click the Run List button. Once the commands have been executed, control returns to the Forecast Command Builder window where you can revise your commands or click Close to close the application.
You can perform other tasks using the buttons on this tab:
Graphics tab
Forecast command builder Graphics tab
Use this tab to create forecast graphs for all your forecasts at once, placing the output in a framed web page or in a SAS catalog. Unlike the other tabs, this one does not add arguments to the Forecast command. It submits SAS/GRAPH statements to generate the graphs after all the forecast commands in the list have finished executing.
To use this feature, click the check box Create graphs for all forecasts. Graphs will be created as catalog entries in the SAS catalog specified under SAS/GRAPH output catalog. By default, this is work.gseg, which gets deleted at the end of your SAS session. If you want to keep the catalog, specify another name such as sasuser.graphs. This would create the catalog "graphs", if it does not already exist, under the libname "sasuser." If the catalog does exist, the system asks you if you want to overwrite it.
Each entry in the catalog will have the same name as the forecast data set being graphed, which is normally the same name as the time series. If the catalog already contains an entry of the same name, the system generates another entry with a numeric digit appended to the name. For example, suppose you are forecasting two series named Sales and Orders. The forecast data sets will also be named Sales and Orders, as will the two graphics catalog entries. However, if you previously created these graphs and they still exist, the new graphics entries will be named Sales1 and Orders1. If you don't want this to happen, click "yes" when asked whether to overwrite the existing graphics catalog, or use a new catalog name. The catalog entry names are limited to eight characters, so characters will be truncated from longer names.
Each graph has a title consisting of the series name. You can add additional text to the title by typing it into the Add to title item. Click the date and/or time check boxes if you want the title to include the date and/or time of the run.
By default, the date/time axis labels use the format assigned to the time ID variable in the data set. If there is no format assigned, or if the labels take up too much room on the graph, you can use the Select button to select a format. Use the most compact format possible for the best looking graph. For example, if you want a tick mark at yearly intervals, use the year2. format.
To place the graphs in web pages for viewing over the Internet or your intranet, click the Place graphs in web page check box. You must also specify a directory to which you have write-access under HTML directory. After the run is complete, you can access the graphs via index.html in the specified directory--see example.
Tips for batch runs
When you select a series, or click Add Current when multiple series have been selected, the Forecast Command Builder assigns output data sets with the same names as the series. That is, the OUT= name in each command is the same as the VAR= name. This makes it easy to identify the series represented by each output data set. You can change this by entering a different output data set name after making series selections. However, each command should have a unique output data set name, to prevent output from one series from being overwritten by that of another series.
The application also assigns project names (PROJ=) which are the same as the series names. You can change this by entering a different project name after making series selections. You can use the same project name for multiple commands if you want to be able to access all of your series subsequently through a single project. However, use distinct project names if the number of series becomes so large that you run out of memory.
The amount of time needed to complete the run depends on the number of commands and the amount of data. Since each command runs independently, the number of commands you can run in a batch is practically unlimited. Examine the SAS log for information about the outcome of your run.
For more detailed information and for examples, see the Forecast command documentation.
Viewing output
After commands have finished execution, if you have used the default entry option of FORECAST on the Other tab, the Forecast Command Builder brings up a Forecast Output selector window, as shown below. This window lists all the output data set names you specified in your commands. If you used the default output data set names, each name is the same as that of the series which were forecast. If errors occurred, some of these data sets may not exist, which is indicated by an asterisk next to the name.
The forecast output selector window
Select a forecast from the list to view it. Click the Table button to view the forecasts and supporting data in a Viewtable window. Click the Graph button to generate a graph of the selected forecast. By default, a new graph type is generated as shown below.
Graph of the series selected in the Forecast Output window
This graph uses the AF Time Series Plot class and includes a toolbar and menus for zooming the graph, scrolling horizontally, querying the value of the point under the mouse cursor, changing the graph type, and printing. The classic graph type, using the AF Graphics class, is also available.
If you selected the Create graphs for all forecasts option on the graphics tab, the list of forecast output objects will also contain SAS/GRAPH output followed by a catalog name. You can select this object and click the Graph button to display all the forecast graphs in a SAS Graph window (this window may appear automatically).
If you also used the Place graphs in web page option, the list of output objects will contain HTML output <path> index.html, where <path> is the directory you specified. To display the web page using your Web browser, select this item in the output list and click the Graph button. The index.html file is a framed web page which displays a thumbnail of each forecast graph on the left. Clicking on a particular thumbnail opens a larger display of the selected forecast--see example. This format is ideal for distributing your forecasts graphically over the Internet or your intranet, and lets users get a quick picture of a large number of foreasts. Note that individual .html and .gif files are produced for each forecast in addition to the frame page named index.html.