Administrator's Reference

MSGHILIGHT

Specifies the message severity level for highlighting. TSM uses the WTO facility to display server messages. Highlighting is done using descriptor code 11 (see OS/390 Routing and Descriptor Codes for details).

Highlighting does not affect response to console commands. Highlighted messages must be removed from the screen manually. TSM does not issue a DOM macro to delete them. Use caution in selecting highlighting to avoid filling the screen with non-critical messages.

Syntax

>>-MSGHIghlight--number----------------------------------------><
 

Parameters

number
Specifies the type of messages to be highlighted. The default is 0. Valid numbers are:

0
No messages are highlighted. This is the default.

1
All information (I), warning (W), error (E), and severe error (S) messages are highlighted.

2
All warning (W), error (E), and severe error (S) messages are highlighted.

3
All error (E) and severe error (S) messages are highlighted.

4
All severe error (S) messages are highlighted.

Examples

msghighlight 4


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]