Neoview Workload Management Services Guide (R2.4)

STATUS RULE EXEC Command
The STATUS RULE EXEC command returns information about all the execution rules.
NOTE: Only administrators are permitted to run this command. By default, an administrator
is ROLE.DBA or the super ID (super.services or super.super).
Syntax
STATUS RULE EXEC
Considerations
The STATUS RULE EXEC command returns this status information:
Table A-20 STATUS RULE EXEC Output
DescriptionData TypeColumn Name
EXECVARCHAR(4)TYPE
Name of the ruleVARCHAR(96)NAME
AND, ORVARCHAR(3)OPER
Relative priority of the expression to other expressions in
the rule
INTEXPR_PRTY
External form of the rule expressionVARCHAR(128)EXPR
LOW, MEDIUM, HIGH, NO-WARNVARCHAR(8)WARN_LEVEL
CANCELVARCHAR(1024)ACT
Comment stringVARCHAR(256)COMMENT
Examples
This command displays the statistics for all execution rules:
STATUS RULE EXEC;
STATUS RULE EXEC Command 141