Generating The Sample Terminal Error Program - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

DFHTEP, DECB - DECB information
DFHTEP, TACLE - TACLE information
DFHTEP, ESE - ESE information

Generating the sample terminal error program

For information about how to generate the sample terminal error program and the
sample terminal error table, refer to "Assembling and link-editing user-replaceable
programs" on page 436.
The sample program and tables provide you with default error processing for
terminal errors. If you want to replace the supplied error processors with
user-written error processors, you must use the DFHTEPM and DFHTEPT macros
to generate a sample error program and tables that include your user-written
routines. Some of the parameters specified in the DFHTEPM and DFHTEPT
458
Customization Guide
This message contains the symbolic terminal ID of the device associated with
the error. This message can be suppressed by using the NOTID option.
During the DFHTEP module generation, the PRINT parameter specified DECB.
This two-line message contains the DECB (printed in hexadecimal format) of
the terminal causing the error. The DECB is contained in the TACLE
(displacement +16 [decimal]). See the TACLE DSECT described in "Writing
your own terminal error program" on page 470. This message can be
suppressed by using the NODECB option.
During the DFHTEP module generation, the PRINT parameter specified TACLE.
This message (printed in hexadecimal format) contains the first 16 bytes of the
TACLE passed to DFHTEP by DFHTACP. See the TACLE DSECT described in
"Writing your own terminal error program" on page 470. This message can be
suppressed by using the NOTACLE option.
During the DFHTEP module generation, the PRINT parameter specified ESE.
This message contains the error status element. The message can be
suppressed by using the NOESE option.
An ESE is either 6 bytes or 12 bytes long, depending on whether the TIME
option was specified when generating the TEP tables. The formats are as
follows:
Table 21. Format of error status element on DFHTEP, ESE messages—NOTIME specified
Display
Length (bytes)
0
2
2
2
4
1
5
1
Table 22. Format of error status element on DFHTEP, ESE messages—TIME specified
Display
Length (bytes)
0
5
5
3
8
4
Significance — NOTIME specified
Error threshold counter or weight value in binary
format
Current error count or weight value in binary
Error code
Not used.
Significance — TIME specified
Error threshold counter or weight value in binary
format
Timed threshold value in hundredths of a second
Time of first occurrence of this error. Time given as
binary integer in hundredths of a second.

Advertisement

Table of Contents
loading

Table of Contents