Previous Topic: MCSMON Keyword—System Event MonitoringNext Topic: MCSSTOR Keyword—Message Queue Storage


MCSROUT Keyword—Console Routing Codes

Valid on z/OS.

Use the MCSROUT keyword to specify the routing codes assigned to the console. The IBM equivalent to this field is ROUTCODE.

This keyword has the following format:

TSS ADDTO(acid) MCSROUT(NONE|ALL|nnn,...)
Valid values

1 through 128.

ALL

Specifies all routing codes, 1 through 128.

nnn

Specific routing codes assigned to the console.

NONE

Console will receive no routing codes, except the master console which is always 1 and 2.

Default: NONE

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: MCSROUT keyword

This example specifies all routing codes:

TSS ADDTO(acid) MCSROUT(ALL)