Neoview Command Interface (NCI) Guide (R2.5)

ALTER DS PRIORITY Command
The ALTER DS PRIORITY command adds or alters the process priority of the specified data
source. The PRIORITY attribute is stored as an environment value of type
ENV_PROCESSPRIORITY.
Syntax
ALTER DS data-source-name, PRIORITY priority-value
priority-value is:
SYSTEM_DEFAULT | "value"
data-source-name
is the name of the data source. data-source-name is case-sensitive and cannot be the
asterisk (*) wild card.
PRIORITY SYSTEM_DEFAULT
causes the process priority of the specified data source to be the same as the association server
process when the NDCS servers were created.
PRIORITY "value"
specify a value for the process priority of the specified data source. You can specify a value
from 1 to 199.
Considerations
To run this command in SQL mode, you must first run the CMDOPEN command. This
command does not run in CS mode.
The command requires an SQL terminator.
Only users associated with roles that have OPERATOR privileges can execute this command.
For more information, see the ADD USER Command” (page 158) or ALTER USER
Command” (page 167).
The wild card (*) is not supported for the data source name, and the data source name is
case-sensitive.
If the PRIORITY attribute exists, this command modifies it according to the new value.
If the PRIORITY attribute does not exist, this command inserts the new value.
Example
This command sets the process priority to the system default for the DDLTestDS data source:
SQL>alter ds DDLTestDS, priority system_default;
162 Connectivity Commands