DISPLAY INDOUBT - Teradata Director Program

Teradata® Director Program Reference

Product
Teradata Director Program
Release Number
16.20
Published
September 2019
Language
English (United States)
Last Update
2019-10-11
dita:mapPath
xuf1527114222341.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2416
lifecycle
previous
Product Category
Teradata Tools and Utilities

Purpose

Displays any Two-phase commit in-doubt sessions or any coordinators that have in-doubt sessions.

Syntax



The DI and DIS abbreviations are deprecated.

where:

SESSIONS
Specifies that all currently in-doubt sessions be displayed for a coordinator.
name
Coordinator name in alphanumeric characters.
In z/OS, the coordinator name is either:
  • The CICS VTAM application name, or
  • The IMS system id
id
(optional) Logical-host id, a decimal number.
The default is the host id of the current TDP.
RESOLVED
Specifies that the display include sessions that were manually resolved, as well as sessions that are currently in-doubt, for a coordinator.
The returned session status can be IN-DOUBT, COMMITTED, or ROLLED BACK.
COORDS
Specifies that all coordinators with in-doubt sessions be displayed.

Usage Notes

The LHID parameter replaces the deprecated HOST parameter.

Example 1: DISPLAY INDOUBT

DISPLAY IND COORDS

Completion Message 1

TDP0410 COORDINATORS WITH IN-DOUBT SESSIONS
          coordinator
          coordinator
          ...

where coordinator is the coordinator name.

Example 2: DISPLAY INDOUBT

DISPLAY IND SESSIONS COORD IMSA

Completion Message 2

TDP0412 IN-DOUBT SESSIONS FOR COORDINATOR IMSA
TDP0413    SESSION RUN-UNIT
          ####### rrrrrrr
          ...

where:

Syntax Element Description
####### Session number.
rrrrrrr Run-unit id.

Example 3: DISPLAY INDOUBT

DISPLAY IND SESSIONS COORD CICSS2 RESOLVED

Completion Message 3

TDP0409 IN-DOUBT OR RESOLVED SESSIONS FOR COORDINATOR name
TDP0437      STATUS     SESSION     RUN-UNIT
TDP0438   sssssssssss ########### rrrrrrrrrrr
          ...

where:

Syntax Element Description
sssssssssss Phrase, IN-DOUBT, COMMITTED, or ROLLED BACK.
########### Session number.
rrrrrrrrrrr Run-unit id.