A SAS Model Manager project has a model registered with only SAS score code (no ASTORE). How can this model be deployed for scoring?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because SAS Model Manager supports multiple deployment artifact types. When only SAS score code is available, the model can be published and scored using the SAS compute environment to execute the .sas score code.
Full explanation below image
Full Explanation
B is correct because SAS Model Manager supports multiple deployment artifact types. When only SAS score code is available, the model can be published and scored using the SAS compute environment to execute the .sas score code. A is wrong; ASTORE is not mandatory. C is wrong; Model Manager does not auto-convert SAS code to ASTORE. D is wrong; retraining is not required.