score-job-jobdef

Score SAS Viya Job and JobDef models for inline and table-row scenarios.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scores Job and JobDef models from SAS Viya by providing a structured workflow to identify model types and apply the appropriate scoring function.

Core Features & Use Cases

  • Inline scenario scoring for Job (.job) and JobDef (.jobdef) models.
  • Table-row scoring for batch evaluation across libraries and tables.
  • Model discovery and error handling to confirm model existence and provide actionable feedback.

Quick Start

Provide a Job or JobDef model name and a scenario to score, and the skill will locate the model and apply the correct score tool.

Frequently Asked Questions about score-job-jobdef

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

FAQPage Schema
How do I score SAS Viya Job and JobDef models?

To score SAS Viya Job and JobDef models, you provide the model name and a scenario. The workflow locates the model using discovery tools and applies the appropriate score tool for inline or table-row execution.

What is the difference between inline and table-row scoring in SAS Viya?

Inline scoring executes a single scenario for Job or JobDef models, while table-row scoring handles batch evaluation across multiple rows. The skill uses dedicated tools to apply the correct method based on your input scenario.

Can I perform batch scoring across multiple SAS libraries and tables?

Yes, you can perform batch scoring across SAS libraries and tables using table-row scoring. The workflow validates inputs and applies the appropriate score tool to evaluate multiple rows efficiently.

Do I need to validate my SAS model inputs before scoring?

Input validation is required before scoring Job and JobDef models. The workflow includes model discovery and error handling to confirm model existence and provide actionable feedback before applying the score tool.

What discovery tools are required to locate SAS Viya models for scoring?

Locating SAS Viya models requires dedicated discovery tools, specifically sas-score-find-job and sas-score-find-jobdef. These tools identify the model type and confirm existence before the appropriate score tool is applied.

Why am I getting an error when trying to score a .jobdef model?

Errors scoring a .jobdef model usually occur when the model cannot be found or inputs are invalid. The workflow uses discovery tools to validate model existence and provides actionable feedback to resolve the issue.