When using ADDRESS WTO, what is the syntax to send a WTO to more than one console?
OPS/MVS
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)"