Question:
How do I make operator commands issued from CA OPS/MVS rules or OPS/REXX programs to use consoles defined via the OCCONSOLENAME parameter?
Answer:
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
Additional Information:
To make sure you have succesfully implemented the consoles defined via the OCCONSOLENAME parameter please visit KD:
TEC617000 - Subsytem consoles defined in SYS1.PARMLIB(CONSOLxx) member are no longer needed.