The Score node contains the imputation scoring code that was passed to it by the Impute node. When new data is passed to the Score node for scoring, the imputation code is applied automatically to the new data.
You can see exactly what the Score node code is going to do by viewing the score code itself.
- After the Score node finishes running, right-click the Score node, and select Results.
- In the Results window, select View -> Scoring -> SAS Code. This is the code that is used to score new data.
... View more