DFS3722I IMS=iiiiiiii SSID=ssss SSTYPE=tttttttt ACTION=yyyyyyy RECOVERY TOKEN='aaaaaaaaxxxxxxxxxxxxxxxx'

Explanation

The FDBR In Doubt Notification user exit routine received an in doubt unit of recovery (UOR). This message indicates the IMS system where the work originated, the name of the external subsystem where the UOR needs to be resolved, the type of external subsystem (such as DB2®, MQ, or WOLA), the required resolution action (either COMMIT or ABORT), and the recovery token for the UOR.

In the message text:

iiiiiiii
The 8-character IMS system name.
ssss
The 8-character external subsystem name.
tttttttt
The 8-character external subsystem type.
yyyyyyyy
The in-doubt action that the exit routine must take to resolve the UOR: COMMIT, ABORT, or UNKNOWN.
aaaaaaaaxxxxxxxxxxxxxxxx
The 16-byte recovery token for the UOR in printable format. The token is enclosed with single quotation marks because it might contain blanks. In the recovery token:
aaaaaaaa
8-byte character section of the recovery token. The character data is left-aligned and padded with blanks.
xxxxxxxxxxxxxxxx
8-byte hexadecimal section of the recovery token.

System action

IMS continues processing normally.

Operator response

No action is required.