Cemt set uow, Cemt set uowlink – IBM CICS Transaction Server for OS/390 SC33-1686-02 User Manual

Page 227

Advertising
background image

CEMT SET UOW CEMT SET UOWLINK

CEMT SET UOW

Function:

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 in-doubt period.

Syntax

─CEMT Set UOW(value)

─┬

─(value)

──────────

─ALl─────

─┬

─COMmit──

─Backout─

─Force───

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 in-doubt. For information about the in-doubt
attributes of TRANSACTION definitions, see the

CICS

Resource Definition Guide.

CEMT SET UOWLINK

Function:

Delete a link to a unit of work that was created

by a connection that has since been discarded.

| UOWLINKS associated with RRS can be deleted when RRS
| has cold started.

Description:

The association between a unit of work and

a connection is known as a UOW-link. You can use the
INQUIRE UOWLINK command to browse all the UOW-links
currently in the system. Some of the UOW-links may have
been created by connections that have since been discarded.
If so, you may be able to use the SET UOWLINK command
to delete them. (For information about when it is safe to
delete UOW-links, see the

CICS Intercommunication Guide.)

Syntax

─CEMT Set UOWlink(value)

─┬

─(value)

──────

─ALl─────

─Delete ─

Options

(

value)

specifies the 4-character identifier of the
UOW-connection dependency (the UOW-link) to which
this command applies.

ALl

specifies that any changes you request are made to all
resources of the specified type that you are authorized
to access.

Delete

specifies that the UOW-link is to be deleted.

Chapter 11. Master terminal CEMT

209

Advertising