How to Change Colour Color?
search cancel

How to Change Colour Color?

book

Article ID: 215196

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

We have a message on our console and syslog which comes out every hour in Yellow and I want to change it to Green. How do I do this?

Environment

Release : 13.5 14.0

Component : OPS/MVS

Resolution

Create a message rule to change the color attribute of the message. For example:

)MSG xxxxxx                  
)PROC                         
msg.color = opscolor('green') 
return            

Where xxxxxx is the message id of the message you want to make green.

Possible color values:

NONE
GREEN
BLUE
RED
WHITE
PINK
YELLOW
TURQ

Additional Information

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-ops-mvs-event-management-and-automation/14-0/reference-information/command-and-function-reference/ops-rexx-built-in-functions/opscolor-function.html