Creating Models |
To create an OLAP DML model, take the following steps:
Issue a DEFINE MODEL statement to define the program object.
Add a specification to the model to specify the processing that you want performed as described in MODEL.
Compile the model as described in "Compiling Models".
(Optional) If necessary, change the settings of model options listed in Table: Model Options.
Execute the model as described in "Running a Model".
Debug the model as described in "Debugging a Model".
When you want the model to be a permanent part of the analytic workspace, save the model using an UPDATE statement followed by COMMIT.
For an example of creating a model, see "Creating a Model".