IBM SC33-1683-02 User Manual

Page 459

Advertising
background image

This macro indicates the end of user storage definitions. Its use is mandatory if
DFHTEPM TYPE=USTOR has been coded. If you use DFHTEPM TYPE=USTOR to
define storage, then both it and DFHTEPM TYPE=USTOREND must be coded
before DFHTEPM TYPE=INITIAL.

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.

DFHTEPM TYPE=INITIAL

[,DSECTPR={YES|NO}]

[,OPTIONS=([TD|(TD,destid)|NOTD]

[,EXITS|,NOEXITS]

[,TIME|,NOTIME]

[,TCAM|,NOTCAM])]

[,PRINT=([ERRORS|NOERRORS]

[,TACPACTION|,NOTACPACTION]

[,TEPACTION|,NOTEPACTION]

[,TID|,NOTID]

[,DECB|,NODECB]

[,TACLE|,NOTACLE]

[,ESE|,NOESE])]

the sample terminal error program

Chapter 8. Writing a terminal error program

427

Advertising