CICS Program Actions
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.
executeProgram
The executeProgram action executes a single transaction on the CICS server. The executeProgram action requires two parameters:
logicalUnitOfWork, representing the LUW that the transaction is part of
commonArea, representing a part of class AbtRecord that CICS uses for input and output data.
Last modified date: 01/29/2015