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?
Release : 14.0
Component : OPS/MVS
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.