When working with OPS/MVS rules can I reset the auto enable bit without any manual intervention?
search cancel

When working with OPS/MVS rules can I reset the auto enable bit without any manual intervention?

book

Article ID: 26291

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

How can the auto enabled bit be set without manually setting it via the product panels in OPSVIEW?

Environment

OPS/MVS-Event Management & Automation 

Resolution

 

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

Additional Information

For more information refer to the "ADDRESS AOF Commands" section of the manuals.