Specifying different routing codes

Specifying different routing codes

Overview

Only the routing codes for messages written to the console can be changed. SYSLOG messages cannot be rerouted. The following table shows the values that must be entered in the parmlib member for a particular routing code.

Routing code table for Beta messages

Routing code

Definition in parmlib

1

(128,0)

2

(64,0)

3

(32,0)

4

(16,0)

5

(8,0)

6

(4,0)

7

(2,0)

8

(1,0)

9

(0,128)

10

(0,64)

11

(0,32)

12

(0,16)

13

(0,8)

14

(0,4)

15

(0,2)

16

(0,1)

Specifying more than one routing code

To specify more than one routing code for a message type, calculate the values to be entered by adding the figure to left of the comma of one value to the figure to the left of the comma of the other value, and then adding the figures to the right of the commas in the same way.

Examples

If you want to specify routing code 2 (64,0) and routing code 6 (4,0) for warning messages, add the values to the left of the comma (64 + 4 = 68) and add the values to the right of the comma (0 + 0 = 0). Enter the result (68,0) as the parameter for keyword WRCDE=:

WRCDE=(68,0)

If you want to specify routing code 3 (32,0), routing code 7 (2,0) and routing code 12 (0,16) for error messages, add the values to the left of the comma (32 + 2 + 0 = 34) and add the values to the right of the comma (0 + 0 + 16 = 16). Enter the result (34,16) as the parameter for keyword ERCDE=:

ERCDE=(34,16)