Neoview Workload Management Services Guide (R2.5)
STATUS RULE EXEC Command
The STATUS RULE EXEC command returns information from shared memory about all the
execution rules.
NOTE: Only administrators are permitted to run this command. By default, an administrator
is a user associated with ROLE.DBA, SUPER.SERVICES, or SUPER.SUPER.
Syntax
STATUS RULE EXEC
Considerations
The STATUS RULE EXEC command returns this status information:
Table A-21 STATUS RULE EXEC Output
DescriptionData TypeColumn Name
EXECVARCHAR(4)TYPE
Name of the ruleVARCHAR(96)NAME
AND, ORVARCHAR(3)OPER
Ordinal number of the expression relative to other expressions
in the rule. It is the position of the expression in the list of
expressions in the rule definition.
INTEXPR_PRTY
External form of the rule expressionVARCHAR(128)EXPR
LOW, MEDIUM, HIGH, NO-WARNVARCHAR(8)WARN_LEVEL
CANCELVARCHAR(1024)ACT
This field does not apply to execution rules and is therefore
blank.
VARCHAR(30)AGGR_QUERY_TYPES
This field does not apply to execution rules and is therefore
set to zero.
INTAGGR_REPOS_INTERVAL
This field does not apply to execution rules and is therefore
set to zero.
INTAGGR_WMS_INTERVAL
This field does not apply to execution rules and is therefore
set to zero.
INTAGGR_EXEC_INTERVAL
Comment stringVARCHAR(256)COMMENT
Example
This command displays the statistics for all execution rules:
STATUS RULE EXEC;
244 WMS Commands