The sample terminal error program – IBM SC33-1683-02 User Manual

Page 467

Advertising
background image

number

The interval in units of one hundredth of a second. Parentheses are not
required if this method is used. The maximum number must be less than
8 640 000 (24 hours).

(number,SEC)

The interval in whole seconds, which must be enclosed in parentheses. The
maximum number must be less than 86 400 (24 hours).

(number,MIN)

The interval in whole minutes, which must be enclosed in parentheses. The
maximum number must be less than 1440 (24 hours).

(number,HRS)

The interval in whole hours, which must be enclosed in parentheses. The
maximum number must be less than 24.

Table 20 illustrates the default thresholds of the sample terminal error program,
referred to in the TYPE, COUNT, and TIME operands of the DFHTEPT
TYPE=PERMCODE|ERRCODE macro.

Table 20. Default thresholds of the sample TEP

CODE=

COUNT=

TIME=

81

3

(7,MIN)

84

1

0

85

1

0

87 (Note 1)

50 (Note 3)

0

88

1

0

8C

1

0

8D

1

0

8E

1

0

8F

1

0

90

0

0

91

0

0

94

7

(10,MIN)

95 (Note 2)

0

0

96

2

(1,MIN)

97 (Note 2)

0

0

99

1

0

9F (Note 2)

0

0

BUCKET

5

(5,MIN)

Notes:

1. For TCAM conditions without TACP defaults, TEP retries five times and releases the

TIOA. Otherwise the default TACP actions are taken.

2. The error processor maintains an error count only. DFHTACP default actions are always

taken regardless of the thresholds.

3. The error processor uses a threshold “weight” instead of a threshold count (see the

source code of the sample DFHTEP).

the sample terminal error program

Chapter 8. Writing a terminal error program

435

Advertising