Import Models

Import a SAS Package File

Note: Before you import a model, verify that the model type matches the Model function property setting on the project’s Properties page.
To import a model from a SAS Package File:
  1. Select the Models page.
  2. Click Import model and select from a SAS package file.
    Import Model from SAS Package File
  3. On the Browse tab, click Select a Model and navigate to the location of the file (for example, use<drive:>\QuickStartTutorial\Models\Reg1).
    Select the miningResult.spk file to import and click Open.
  4. Enter Reg 1 for the name of the model.
  5. (Optional) On the Record Location tab, enter the location of the SAS package file in order to record it in the model’s history log.
  6. Click OK.
  7. Repeat steps 2 through 6 to import the model package file located in <drive:>\QuickStartTutorial\Models\Tree1. Name the model Tree 1.
Here is an example of the Models page, after the models have been imported:
Import Models

Map Model Variables to Project Variables

To map model variables to the project variables:
  1. Select and open the Reg 1 model.
  2. Select Model Propertiesthen selectVariablesthen selectOutput Mapping.
    Map Model Variables
  3. Select EM_EVENTPROBABILITY from the Value column beside the score variable in the Property column.
  4. Click Save.
  5. Repeat steps 1 through 4 for the Tree 1 model.