Neoview Workload Management Services Guide (R2.5)

INFO RULE EXEC Command
The INFO RULE EXEC command returns information from the WMS metadata about all the
execution rules. The metadata is updated less often than shared memory in WMS. See the
“STATUS RULE EXEC Command” (page 244), which returns information from shared memory.
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
INFO RULE EXEC
Considerations
The INFO RULE EXEC command returns this information about rules in WMS:
Table A-5 INFO 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(6)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 information about all the execution rules:
INFO RULE EXEC;
218 WMS Commands