The Generate function applies a set expression or a string expression to each member of a specified set.
generate forecast forecast_file_name using generator generator_name
Description
Generates the forecast data file with the specified name containing the data generated using forecast pro tool. The generator name is the class name which contains the database query to get the required input data.
Arguments
forecast_file_name—Name of the forecast file generated
generator_name—Name of the forecast generator used
Example
generate baselineforecast using generator BaselineForecast
generate model statistics
Description
Generates information about model statistics that include cube and rowsources as well as the system statistics. This will be useful for modelers to understand the size of their model. The generated information is stored as a file model_sizing_guide.htmlunder the directory install_root/custom/doc.
Arguments
none
Example
Generate model statistics