Communications/Transactions Guide and Reference

CICS Logical Unit of Work Actions

Begin

The Begin action initiates the CICS logical unit of work (LUW). Any CICS program executions must take place between an LUW Begin action and a commit or Rollback action.

commit

The commit action ends the logical unit of work (LUW) and permanently commits any changes to the queue.

destroyPart

The destroyPart action destroys the part and its children, and releases all associated resources. You can use this action for both visual and nonvisual parts. All connections to the destroyed part are removed.

Rollback

The Rollback action ends the logical unit of work (LUW) and cancels any changes made, returning the database to its state before the LUW.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]