Previous Topic: MCSKEY Keyword—Assign Key KeywordNext Topic: MCSLOGC Keyword—Specify Hard Copy Log


MCSLEVL Keyword—Specify Messages Received

Valid on z/OS.

Use the MCSLEVL keyword to specify the messages received by this console. The IBM equivalent to this field is LEVEL.

This keyword has the following format:

TSS ADDTO(acid) MCSLEVL(ALL|NB|R|I|CE|E|IN)
Capacity of list

One keyword per ACID

ALL

Indicates that the console is to receive all messages.

NB

This console receives no broadcast messages.

R

This console receives the messages that require an operator reply.

I

This console receives immediate action messages.

CE

This console receives critical event action messages.

E

This console receives event action messages.

IN

This console receives informational messages.

MCS resources must be added to a User Record and cannot be added to a Profile or to the ALL Record.

This keyword is used with:

Example: MCSLEVL keyword

This example specifies a console to receive informational messages:

TSS ADDTO(acid) MCSLEVL(IN)