TMRWAIT control statement

The TMRWAIT control statement specifies the IIUTMRXT timeout value in seconds.

The IIUTMRXT module of IMS Index Builder tracks the progress of the process and issues a 618 event log message every 15 seconds. When no progress is observed for a certain amount of time, a 619 event log message is issued and each process is terminated forcibly.

If this statement is not specified, the default value (300 seconds) is used.


1  TMRWAIT  nnnn
TMRWAIT
Specifies that this is a TMRWAIT statement.
nnnn
Is the timeout value in seconds, in the range of 0 - 9999. If you specify 0, timeout will not occur.
Tips:
  • If the completion code for an index is 722, IMS Index Builder might have ended due to a timeout. In this case, you can retry the job after adding this control statement to make the wait time longer.
  • You can override the default value in the runtime parameters module. See the explanation of the IIURDFLT TMRWAIT entry in Defining runtime parameters.