Difference in using OPSDOM function vs. suppressing a DOM message
search cancel

Difference in using OPSDOM function vs. suppressing a DOM message

book

Article ID: 262413

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

We have several Opera rules that DOM messages issued by TRMS.  I am attempting to write an OPS/MVS rule to replace these.  

In OPERA they seem to use DOM for some messages that are not FAILURE or IMMED ATTN.  If I suppress the message, it will not display at all.  If I use the OPS/MVS OPSDOM function to DOM the message it will display and then be marked for roll off.  Is there any other functional difference?

 

Environment

Release : 14.0

Resolution

There are no other functional differences other than those mentioned.

If the OPSDOM() function is used in a message rule to to "delete" an operator action message from the z/OS Action Message Retention Facility (AMRF), highlighting will be removed and the message will no longer be retained on the console. It will scroll off the console screen just like any other console message.

If a message rule is used to suppress an operator action message, it will not be shown on the console at all. 

Additional Information

OPS/MVS OPSDOM() function:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-ops-mvs-event-management-and-automation/14-0/reference-information/command-and-function-reference/ops-rexx-built-in-functions/opsdom-function.html

Return Statements governing the disposition of messages in a message rule:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-ops-mvs-event-management-and-automation/14-0/using/using-automated-operations-facility-aof-rules/coding-each-aof-rule-type/message-rules/initialization-processing-and-termination-sections-of-msg-rules.html