How do I make operator commands issued from OPS/MVS rules or OPS/REXX programs to use consoles defined via the OCCONSOLENAME parameter?
OPS/MVS
On the Address OPER statement, use the keyword NOOUTPUT:
ADDRESS OPER "C(command_text) NOOUTPUT"
When using the OPSCMD command processor, use the keyword NOOUTPUT as well:
OPSCMD COMMAND(command_text) NOOUTPUT