Previous Topic: MCSCMDS Keyword—Specify SystemNext Topic: MCSHC Keyword—Receive Hardcopy Message Set


MCSDOM Keyword—Specify Delete Messages Received

Valid on z/OS.

Use the MCSDOM keyword to specify which delete operator messages (DOM) this console is to receive. The IBM equivalent to this field is DOM.

This keyword has the following format:

TSS ADDTO(acid) MCSDOM(NORMAL|ALL|NONE)
Capacity of list

One keyword per ACID

NORMAL

Receive all appropriate DOM requests.

ALL

Receive all DOM requests from the sysplex.

NONE

Do not receive any DOM requests.

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:

Examples: MCSDOM keyword

This example receives all DOM requests:

TSS ADDTO(acid) MCSDOM(ALL)

This example receives no DOM requests:

TSS REMOVE(acid) MCSDOM(NONE)