Create a MSG rule using EasyRule that sends a WTO to all consoles
search cancel

Create a MSG rule using EasyRule that sends a WTO to all consoles

book

Article ID: 225965

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

How can a MSG rule be configured in EasyRule to send MVS messages to ALL the consoles? In the Actions menu of the rule and selecting option M, "Issue z/OS Messages", the selection 'Console Names =>' says to enter a console name but the messages need to go to ALL the consoles.

 

Environment

Release : 13.5 14.0

Component : OPS/MVS

Resolution

When creating a Message Rule using EasyRule, a WTO can be sent from the rule to all active consoles using the following method...

 

Within EasyRule, from the Message Rule Main Menu, select "4" for ACTIONS:

 

Next, select option "M" to issue a z/OS message from the rule:

 

On the resulting "Issue a New Message" panel there is a "Broadcast" field toward the bottom of the screen. When Broadcast is set to "Y", the associated WTO will be broadcast to all active consoles:

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=UeLiuLdBK3b5MhnuoEd59Q==

 

From the Help Menu for panel shown above (F1):

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=lAChosBAindzRHFMA5TFyg==

 

An example of resulting command produced within the generated rule is as follows:

address WTO                                         
   "MSGID(NCTSTMSG) ",                              
  "TEXT('This is a test message ') MCSFLAGS(BRDCST)"
return