Hi, I'm Bolo!
What would you like to know?
ASK BOLOPreview
Please to access Bolo.

Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Commands
  3. Adabas Log-Based ECCR Commands
  4. Batch VSAM ECCR Commands
  5. CICS/VSAM ECCR Commands
  6. Datacom Table-Based ECCR Commands
  7. DB2 for z/OS ECCR Commands
  8. IDMS Log-Based ECCR Commands
  9. IMS Synchronous ECCR Commands
  10. IMS Log-Based ECCR Commands
  11. PowerExchange Agent Commands
  12. PowerExchange Condense Commands
  13. PowerExchange Listener Commands
  14. PowerExchange Logger for z/OS Commands
  15. PowerExchange Logger for Linux, UNIX, and Windows Commands
  16. pwxcmd Commands

Command Reference

Command Reference

RESOLVE_INDOUBT Command

RESOLVE_INDOUBT Command

Forces the PowerExchange Logger for z/OS to either commit or discard open UOWs that have a status of
in-flight
.
For example, assume that an ECCR terminated abnormally and left an in-flight UOW. Normally, when you perform a warm start of the ECCR, any in-flight UOWs are resolved. However, you might not be able to restart the ECCR, or when you perform a warm start, the normal resolution of the in-flight status fails to occur. In this case, use the RESOLVE_INDOUBT command to resolve the in-flight UOW.

Syntax

Use the following command syntax:
MODIFY
proc_name
,RESOLVE_INDOUBT UOW=X'
uow_id
'[,ECCR=
eccr_name
],ACTION={ABORT|COMMIT}
Alternatively, you can use the following shorter command syntax:
F
proc_name
,RI U=X’
uow_id
’[,E=
eccr_id
],A={A|C}
F
proc_name
,RES_UOW U=X’
uow_id
’[,E=
eccr_id
],A={A|C}
The
proc_name
variable is the PowerExchange Logger procedure name.

Parameter Descriptions

The following parameters are required:
UOW=X’
uow_id
The UOW ID of the in-flight UOW that you want to commit or discard. Enter the ECCR-assigned UOW ID in hexadecimal format, beginning with the letter “X” followed by a 36-character string enclosed in single-quotation marks. To get this identifier, issue the
DISPLAY OBJECT=CONNECTION,TYPE=UOW
command and look for UOW=X'
value
' in the output.
ECCR=
eccr_id
Optional. Specifies the name of the ECCR that captured the in-flight UOW that you want to commit or discard. If you specify this parameter, the PowerExchange Logger verifies that the ECCR owns the UOW that you are attempting to resolve. If you specify the wrong ECCR name, the command ends with error message PWXEDM172681E.
ACTION={COMMIT|ABORT}
Indicates whether to commit or discard the specified in-flight UOW. Enter one of the following options:
  • COMMIT. Commits the UOW.
  • ABORT. Discards the UOW.

Example

The DISPLAY OBJECT=CONNECTION,TYPE=UOW command produces the following report, which indicates that an in-flight UOW exists for the PowerExchange Logger PWXLOGR1:
PWXEDM172679I Logger UOW Connection report follows: _Name__________________________________Logger_UOW________________Type_and_Status_ |E7E8000000000012F324F9B0000000000000 SXPL000006A8D6FE00000000 UOW In_Flight
To commit this in-flight UOW, issue the following RESOLVE_INDOUBT UOW command with the UOW hexadecimal value from the
Name
field of the report:
F PWXLOGR1,RESOLVE_INDOUBT U=X'E7E8000000000012F324F9B0000000000000',A=C

0 COMMENTS

We’d like to hear from you!