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 (Declaration)
Public ReadOnly Property AbendCode As String
Visual C++
public:
property String^ AbendCode {
	String^ get ();
}

Property Value

The abend code.

Remarks

The AbendCode is set when the EciReturnCode is EciErrTransactionAbend.

See Also