Neoview Workload Management Services Guide (R2.5)

include dashes, periods, underscores, and spaces. You must delimit the comment in double
quotes.
Considerations
CAUTION: When altering an attribute of an execution rule, you must also specify any existing
attributes in the ALTER RULE EXEC command. Otherwise, the ALTER RULE EXEC command
deletes the existing attributes.
Example
This command alters the execution rule, EXECRULE1, so that the used rows must be greater
than or equal to 9000 rows (instead of 10,000 rows) for the rule to evaluate to true:
ALTER RULE EXEC EXECRULE1 (USED_ROWS >= 9000, WARN-HIGH, CANCEL);
198 WMS Commands