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

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