score-mas-scr

Score MAS and SCR models for inline scenarios and table rows.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/sassoftware/sas-score-mcp-serverjs --skill score-mas-scr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: score-mas-scr
Source: https://github.com/sassoftware/sas-score-mcp-serverjs/tree/main/.skills/skills/score-mas-scr
Command: npx skills add https://github.com/sassoftware/sas-score-mcp-serverjs --skill score-mas-scr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MAS and SCR model scoring can be complex and multi-step; this skill provides a unified workflow to score MAS (.mas) and SCR (.scr) models, including both inline scenario scoring and batch table scoring.

Core Features & Use Cases

  • Inline scenario scoring: score a model for a given scenario using sas-score-find-mas/sas-score-mas-score or sas-score-find-scr/sas-score-scr-score, stripping the proper suffix as needed.
  • Table row scoring: read a table, apply the appropriate MAS or SCR scoring tool per row, and return results with predictions appended, with a default batch cap for safety.
  • Discovery & validation: validate model existence and type, and handle common errors with clear prompts.

Quick Start

Start by invoking the MAS/SCR scoring workflow on a MAS or SCR model to score a scenario or a table of rows.

Frequently Asked Questions about score-mas-scr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I score MAS and SCR models in SAS Viya?

Inline scoring applies a MAS or SCR model to a single scenario using dedicated discovery and scoring tools, stripping the file suffix as needed to return individual predictions for that specific input set.

Can I score multiple rows from a table using a MAS model?

Yes, table row scoring reads a table and applies the appropriate MAS or SCR scoring tool per row, returning results with predictions appended and enforcing a default 10-row cap for batch safety.

What is the difference between inline scenario scoring and table scoring?

Inline scoring evaluates a single defined scenario, while table scoring processes multiple rows from a table in batches, appending prediction results to the output with a default 10-row limit.

What happens if I score a model without specifying the MAS or SCR suffix?

When no suffix is provided, the workflow defaults to MAS model scoring, ensuring the process continues smoothly by selecting the standard MAS scoring tools for discovery and execution.

Are there row limits when batch scoring SCR models?

Yes, table-based batch scoring enforces a default 10-row cap to ensure safe processing limits when applying SCR model scoring tools across multiple table rows.