How do I make operator commands issued from CA OPS/MVS rules or OPS/REXX programs to use consoles defined via the OCCONSOLENAME parameter?
search cancel

How do I make operator commands issued from CA OPS/MVS rules or OPS/REXX programs to use consoles defined via the OCCONSOLENAME parameter?

book

Article ID: 36482

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

How do I make operator commands issued from CA OPS/MVS rules or OPS/REXX programs to use consoles defined via the OCCONSOLENAME parameter?

 

 


 

Environment

OPS/MVS 13.5 14.0
Component: OPSMVS

Resolution

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