SAS creates some user-defined
properties that are used by the SAS Real-Time Decision Manager and
for scoring that is performed using SAS In-Database processing.
Here are the user-defined
properties that are used by the SAS Real-Time Decision Manager. These
fields must be completed by the user:
|
|
|
Specifies a value of
C if TableKey has a type of character.
specifies a value of
N if TableKey has a type of numeric.
|
|
Specifies the primary
key in the table that the model uses for scoring.
|
|
Specifies the libref definition that
is used to access the table that the model uses for scoring.
|
|
Specifies the business
context for which the project is used.
|
|
Specifies the name of
the input table that the model uses for scoring.
|
When you publish a scoring
function for the first time, SAS creates some project user-defined
properties. Some of these property values are assigned by SAS after
you complete the
Function Name field in the
Publish Scoring Function window.
Here are the scoring
function user-defined properties.
|
|
|
Specifies the name of
the input table that is used in scoring functions. This field should
be specified for the project properties before you publish a scoring
function.
|
|
Specifies the user-defined
portion of the scoring function name. You can modify this property
value only by changing the name in the Publish Scoring
Function window. The name must start with a letter or
underscore. The name cannot start with a special character or number
such as 0123456789@/*%#&()?<>^-.
|
|
Specifies a prefix for
the scoring function name. The prefix has a length of 10 characters
and in the format of Y yymmddnnn. You cannot modify this value. The naming convention for the prefix
is the following:
-
Y is a literal character and is
fixed for all prefixes.
-
yymmdd is the Greenwich Mean time (GMT) timestamp of when you select the
Publish Scoring Function menu option.
-
nnn is a counter that increments by one each time the scoring function
is successfully completed.
|