Gets the abend code returned from CICS.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
public string AbendCode { get; } |
Visual Basic |
---|
Public ReadOnly Property AbendCode As String Get |
Visual C++ |
---|
public: property String^ AbendCode { String^ get (); } |