1 | Use
SAS Enterprise Miner to create a scoring model. Use the Score Code
Export node to export files that are used to create the scoring files
and catalog to a score output directory.
For more information,
see Exporting the Scoring Model Files from SAS Enterprise Miner.
|
2 | Start
SAS and run the publish model macro. This macro creates the SPD Server
tables that are needed to run the scoring model.
For more information,
see Running Scoring Models in SPD Server and %INDSP_PUBLISH_MODEL Macro Syntax.
|
3 | Run
the run model macro. This macro runs the scoring model and creates
an output table.
For more information,
see Running Scoring Models in SPD Server and %INDSP_PUBLISH_MODEL Macro Syntax.
|
4 | Use
PROC SQL to query the output table data.
For more information,
see Scoring Output.
|