In SAS Model Manager, a data scientist registers a SAS score code file. Which file extension does SAS Model Manager require for SAS score code?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because SAS Model Manager accepts score code as a .sas file containing SAS DATA step or PROC code that applies the model's parameter estimates to score new observations. A (.sas7bdat) is a SAS dataset file format.
Full explanation below image
Full Explanation
B is correct because SAS Model Manager accepts score code as a .sas file containing SAS DATA step or PROC code that applies the model's parameter estimates to score new observations. A (.sas7bdat) is a SAS dataset file format. C (.dmdb) is a data mining database catalog file used by some older SAS mining procedures. D (.pkl) is a Python serialization format, which SAS Model Manager can also support for Python models but is not SAS score code.