How to send a WTO to more than one console?
search cancel

How to send a WTO to more than one console?

book

Article ID: 145418

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

When using ADDRESS WTO, what is the syntax to send a WTO to more than one console?

 

Environment

OPS/MVS

Resolution

Here is a sample REXX code to send a WTO to 2 consoles:

Address WTO
"MSGID(SAMPMSG)",
"TEXT('SAMPLE TEXT MESSAGE')",
"ROUTE(2) DESC(2) CNNAME(CONS001 CONS002)"     

You can use comma delimiters as well:

"ROUTE(2) DESC(2) CNNAME(CONS001,CONS002,CONS003)"