The imported models
are SAS code models. SAS code models are models that were not created
and exported from SAS Enterprise Miner. SAS code models consist of
the SAS code and the model component files (metadata) that is used
to process a model in SAS Model Manager.
The SAS code for the
first model is the LOGISTICS procedure, whereas the SAS code for the
second and third models consists of DATA step fragments. To import
a SAS code file, at least three component files are required: the
model score code, the model input file, and the model output file.
For prediction or classification models, you also must prepare model
target files.
Note: This document imports two
models that use the LOGISTICS procedure. In Tutorial 2, the model
is a SAS code model, which is made up of individual model component
files. In Tutorial 3, the model component files were created by the
LOGISTICS procedure and bundled as a model package file (.spk). SAS
code models and model package files use different model import methods.