Pathmaker Programming Guide

Modifying Requesters
Advanced Pathmaker Programming Topics
067868 Tandem Computers Incorporated 9–27
T9154-MAX-TIMEOUTS. You can change T9154-MAX-TIMEOUTS to increase the number
of timeouts an application will permit. When the application exceeds the T9154-MAX-
TIMEOUTS limit, the application stops processing.
The default value for T9154-MAX-TIMEOUTS is 0001 (one timeout).
TMF RESTART Limit
You can change T9154-MAX-TMF-RESTART to increase the number of times your
application restarts a TMF transaction. The default for this value is 0001 (one restart).
Note A value larger than 0001 can result in a long delay for your end user while your application is attempting
to restart the transaction.
?SECTION TMF-WS, TANDEM
.
.
.
01 T9154-MAX-TMF-RESTART PIC 9(4) COMP VALUE 0001.
This value can be changed so that the application will restart a TMF transaction twice:
?SECTION TMF-WS, TANDEM
.
.
.
01 T9154-MAX-TMF-RESTART PIC 9(4) COMP VALUE 0002.