IBM SC34-6814-04 User Manual

Page 482

Advertising
background image

TYPE=INITIAL

establishes the beginning of the generation of the sample DFHTEP module
itself.

DSECTPR={YES|NO}

controls the printing of CICS DSECTs on the sample DFHTEP assembly listing.
Its purpose is to reduce the size of the listing. The default is DSECTPR=YES.

YES

Printing of the DSECTs is allowed.

NO

Printing of selected CICS DSECTs is suppressed. This parameter should
not be used under Assembler F.

OPTIONS=optional-routines

includes or excludes optional routines in the DFHTEP module. The parentheses
are required even when only one option is specified. If this operand is omitted,
all default options are generated.

TD|(TD, destid)|NOTD

specifies whether information regarding the errors is to be written to a
transient data destination.

TD

The transient data output routine is to be generated. The implied
transient data destination is CSMT.

(TD, destid)

The transient data output routine is to be generated. The messages are
sent to the destination specified by “destid”, which must be defined in
the destination control table.

NOTD

No messages are to be written to a transient data destination.

EXITS|NOEXITS

specifies whether “ENTRY” and “EXIT” user routine support is to be
included.

EXITS

Branches are taken to ENTRY and EXIT routines before and after error
processing. Dummy routines are provided if user routines are not used.

NOEXITS

No branches are taken to user routines.

TIME|NOTIME

specifies whether threshold tests are to be controlled over prescribed time
intervals. An example might be putting a terminal out of service if more than
three instances of a given type of error occur in one hour. The parameter
must be the same as the OPTIONS operand in the DFHTEPT
TYPE=INITIAL macro.

DFHTEPM

TYPE=INITIAL
[,DSECTPR={YES|NO}]
[,OPTIONS=([TD|(TD,destid)|NOTD]

[,EXITS|,NOEXITS]
[,TIME|,NOTIME]

[,PRINT=([ERRORS|NOERRORS]

[,TACPACTION|,NOTACPACTION]
[,TEPACTION|,NOTEPACTION]
[,TID|,NOTID]
[,DECB|,NODECB]
[,TACLE|,NOTACLE]
[,ESE|,NOESE])]

460

Customization Guide

Advertising