CEMT SET UOW

Commit or back out a shunted unit of work.

Description

The SET UOW command enables you to commit, back out, or force a unit of work that has been shunted during the transaction's indoubt period.

Syntax

CEMT SET UOW

Read syntax diagramSkip visual syntax diagramCEMT SET UOW( value)( value)ALLCOMMITBACKOUTFORCE

Options

(value)
specifies the 16-character identifier of the UOW to be committed, backed out, or forced.
ALL
specifies that any changes you request are made to all resources of the specified type that you are authorized to access.
BACKOUT
Attempt to force syncpoint backout processing, as specified for this UOW.
COMMIT
Attempt to force syncpoint commit processing, as specified for this UOW.
FORCE
Attempt to force the UOW to backout or commit, as specified on the ACTION option of the TRANSACTION resource definition.

Note that all these values are valid only for UOWs that have been shunted indoubt. For information about the indoubt attributes of TRANSACTION definitions, see TRANSACTION definition attributes.