z/OS MVS Planning: Operations
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Defining routing codes for the consoles

z/OS MVS Planning: Operations
SA23-1390-00

Use routing codes to set up CON1 so that it receives only messages for which the operator is responsible. Direct other messages to MESSAGE and all routing codes to INFO. In the topic "Defining the Operating Modes and the Message Levels for the Consoles", you will see how the LEVEL parameter in CONSOLxx further limits messages to these consoles. Code the following statements to set up the routing codes for CON1 and the message stream consoles (MESSAGE and INFO), substituting device numbers appropriate to your installation:

Use the INTIDS and UNKNIDS attributes to set up CON1 so that it receives messages issued to console id zero and unknown console ids.

CONSOLE DEVNUM(21A) NAME(CON1) ROUTCODE(1,2,9,10) INTIDS(Y) UNKNIDS(Y)
CONSOLE DEVNUM(314) NAME(MESSAGE) ROUTCODE(3-8,12-15,42)
CONSOLE DEVNUM(41B) NAME(INFO) ROUTCODE(1-10,12-128)

As a result of these statements, CON1, MESSAGE, and INFO display the range of messages to be processed by this cluster. You do not need to define routing codes for CONSD because you are going to put CONSD in status display mode.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014