Validate SAS program score code for a model version
get/models/{modelId}/versions/{modelVersionIDOrName}/validSASProgramModelCode
Validates that the SAS program score code for a model version contains the required LIBNAME statements and macro variables (&inputlib and &outputlib). Returns a Boolean value that indicates whether the score code is valid.
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. The validation completed successfully. | Schema | |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No model exists at the requested path. | Schema |