A scoring output table
is a SAS data set that contains the data from executing a scoring
task. The scoring output table cannot be a database table. You can
provide a scoring output table or you can create a scoring output
table definition using SAS Model Manager. When you create a scoring
task, you specify either the scoring output table that you provide
or the scoring task output definition as the scoring task output table.
A SAS data set that
you provide as a scoring output table must be registered to the SAS
Metadata Repository or a libref must exist in the Data Sources category
view for the library where the data set resides.
You create a scoring
output table definition by using the
Create Output Table function
directly from the model. In the
Create Output Table function,
you select variables from a scoring task input table as well as variables
from the model’s output. The variables in the
Input
Variables table are variables from the scoring task input
table if one is specified for the
Default Scoring Task
Input Table property for a project, version, or model
property. Otherwise, the
Input Variables table
is empty. The
Output Variables that appear
in the window are model output variables. You use the variables from
both tables to create the scoring output table.
SAS Model Manager saves
the table definition as metadata in the SAS Metadata Repository. The
location of the metadata is defined by the SAS library that you specify
when you create the output table definition. After SAS Model Manager
creates the table definition, the table can be selected as the output
table for subsequent scoring tasks.
You can view a scoring
output table definition on the
SAS Folders tab
of the Data Sources category view. If you do not see the table, right-click
the library name and select
Refresh.
When you execute a scoring
task with a type of
Test, the output table
is located under the scoring task node in the Project Tree. If the
scoring task type is
Production, the output
table is stored at the designated SAS library location that you specified
in the
Create Output Table window.