Gets the abend code returned from CICS.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public string AbendCode { get; }
Visual Basic
Public ReadOnly Property AbendCode As String
	Get
Visual C++
public:
property String^ AbendCode {
	String^ get ();
}

Field Value

The abend code.

Remarks

The AbendCode is set when the EciReturnCode is EciErrTransactionAbend.

See Also