Syntax
$RECALL |
SERVICE=ACTION
ACTION={ACT | INACT}
NAME='RULESET=rulesetname'
|
Use
Use this API to activate or inactivate a rule set.
Operands
|
Operand |
Description |
|---|---|
|
SERVICE=ACTION |
An action is to be performed on a rule set. |
|
ACTION={ ACT | INACT } |
The rule set is to be activated or inactivated. |
|
NAME='RULESET=rulesetname' |
Names the rule set to be activated or inactivated. |
Returned Variable
|
Variable |
Description |
|---|---|
|
&SYSMSG |
Contains the message returned by $RECALL. |
Return Codes
The following return codes indicate the success or failure of command processing:
|
&RETCODE |
Meaning |
|---|---|
|
0 |
Processing was successful. |
|
8 |
Processing failed. |
|
16 |
Error occurred in call syntax. |
Examples
The following example activates rule set SET01:
$RECALL SERVICE=ACTION ACTION=ACT NAME='RULESET=SET01'
The following example inactivates rule set SET01:
$RECALL SERVICE=ACTION ACTION=INACT NAME='RULESET=SET01'