The person who runs
the %INDOR_CREATE_MODELTABLE
needs CREATE permission to create the model table. Here is an example.
GRANT CREATE TABLE TO userid
The person who runs
the %INDOR_PUBLISH_MODEL
macro needs INSERT permission to load data into the model table. This
permission must be granted after the model table is created. Here
is an example.
GRANT INSERT ON modeltablename TO userid
Note: The RESOURCE user privilege
that was granted in the previous topic includes the permissions for
CREATE, DELETE, DROP, and INSERT.
If
you plan to use SAS Model Manager with the SAS Scoring Accelerator
for in-database scoring, additional permissions are required.
For more information,
see Configuring SAS Model Manager.