public interface DLICallResult
DLICall
interface.Modifier and Type | Method and Description |
---|---|
AIB |
getAIB()
Retrieves an
AIB instance that contains the return code,
reason code, and other useful information after a DL/I call is issued. |
DLICall.Function |
getDLICallFunction()
Retrieves the constant that represents the DL/I call function that was
issued.
|
DLICall.Function getDLICallFunction()
AIB getAIB()
AIB
instance that contains the return code,
reason code, and other useful information after a DL/I call is issued.AIB
object