When publishing a model
in Oracle that has the SAS Embedded Process deployed, you must create
a table to hold the
sasscore_modelname.ds2 and
sasscore_modelname_ufmt.xml scoring files. You must run the
%INDOR_CREATE_MODELTABLE macro to create the table before you run the
%INDOR_PUBLISH_MODEL macro.
You have to create the
table only one time to hold a model’s scoring files.
The model table contains
the following columns. The ModelName column is the table key. The
table is referenced by the two-level name
schema-name.
model-table-name.
|
|
|
|
contains the name of
the model
|
|
|
contains the sasscore_ modelname.ds2
file
|
|
|
contains the sasscore_ modelname_ufmt.xml
file
|
|
|
reserved by SAS for
future use
|
|