ActionOnCondition
Possible values are:
- noAction
- Carry on as normal; it is the application program's responsibility to test CICS® conditions using the condition method, after executing a method that calls CICS services.
- callHandleEvent
- Call the virtual handleEvent method.
- throwException
- An IccException object is created and thrown. This is typically used for more serious conditions or errors.
- abendTask
- Abend the CICS task.