A message rule fires on system A, need to run OPS/Rexx on system B
search cancel

A message rule fires on system A, need to run OPS/Rexx on system B

book

Article ID: 209498

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

How to use the OPSSEND function to route a message that needs to be intercepted by AOF at the destination system? What option to use? 

 

Environment

Release : 14.0

Component : OPS/MVS

Resolution

The "A" is the option you need if the message is supposed to trigger a rule at the receiving system. 

For example:

ret = opssend('SYSX','A')  

Where SYSX is the MSFID of the receiving system.

Additional Information

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/opssend-function-for-message-events.html