How can the auto enabled bit be set without manually setting it via the product panels in OPSVIEW?
OPS/MVS-Event Management & Automation
Below is an example where a command rule can be run to reset the AE (auto enable) bit of an OPS/MVS rule without going to the AOF Enabled Rules panel (=4.5):
)CMD XYZ )PROC ADDRESS AOF "resetauto ruleset.rulename" do while queued() <> 0 pull z say 'error*********'z end
For more information refer to the "ADDRESS AOF Commands" section of the manuals.