EciRequestAbendCode Property

CICS Transaction Gateway V10.1.0.0
Gets the abend code returned from CICS.

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

public string AbendCode { get; }

Property Value

Type: String
Remarks

The AbendCode is set when the EciReturnCode is EciErrTransactionAbend.
See Also

Reference