IBM SC34-6814-04 User Manual

Page 490

Advertising
background image

Table 23 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 23. Default thresholds of the sample TEP

CODE=

COUNT=

TIME=

81

3

(7,MIN)

84

1

0

85

1

0

87

50 (Note 2)

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 1)

0

0

96

2

(1,MIN)

97 (Note 1)

0

0

99

1

0

9F (Note 1)

0

0

BUCKET

5

(5,MIN)

Notes:

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

taken regardless of the thresholds.

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

source code of the sample DFHTEP).

DFHTEPT TYPE=BUCKET–using the error bucket for specific
errors

The DFHTEPT TYPE=BUCKET macro is used to ensure that specific error
conditions are always accounted for in the common error bucket:

TYPE=BUCKET

generates the macro to account for specific error conditions in the common
error bucket. If MAXERR=25 on the DFHTEPT TYPE=INITIAL macro, this
macro cannot be used. This macro is not required if no error codes are to be
specifically accounted for in the common error bucket. Each error code must be
identified by a separate DFHTEPT TYPE=BUCKET macro.

CODE=errcode

identifies the error code to be specifically accounted for in the common error
bucket. The error code must not be specified in the DFHTEPT
TYPE=PERMCODE or TYPE=ERRCODE macro.

DFHTEPT

TYPE=BUCKET
,CODE=errcode

468

Customization Guide

Advertising