Enumerations

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.

HandleEventReturnOpt

Possible values are:

rContinue
The CICS event proceeded satisfactorily and normal processing is to resume.
rThrowException
The application program could not handle the CICS event and an exception is to be thrown.
rAbendTask
The application program could not handle the CICS event and the CICS task is to be abended.

ConditionType

Possible values are:

majorCode
The returned value is the CICS RESP value. This is one of the values in IccCondition::codes.
minorCode
The returned value is the CICS RESP2 value.
[[ Contents Previous Page | Next Page Index ]]