public class FindInfo
extends java.lang.Object
Constructor and Description |
---|
FindInfo(com.ibm.ims.dli.t2.INQYCallImpl inqyCallImpl) |
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. |
short |
getPCBStatusCode()
Gets the PCB status code of the PCB used in the FIND INQY DLI call.
|
java.lang.String |
getPCBStatusCodeChar()
Gets the PCB status code of the PCB used in the FIND INQY DLI call
as a character string.
|
int |
getReasonCode()
Gets the reason code produced by the FIND INQY DLI call.
|
java.lang.String |
getReasonCodeHex()
Gets the reason code produced by the FIND INQY DLI call
as a hexadecimal string.
|
int |
getReturnCode()
Gets the return code produced by the FIND INQY DLI call.
|
java.lang.String |
getReturnCodeHex()
Gets the return code produced by the FIND INQY DLI call
as a hexadecimal string.
|
int |
getStatusCode()
Gets the IMS status code of the INQY call from the IOPCB.
|
java.lang.String |
getStatusCodeChars()
Gets the IMS status code of the INQY call from the IOPCB
as a character string.
|
public short getPCBStatusCode() throws DLIException
DLIException
public java.lang.String getPCBStatusCodeChar() throws DLIException
DLIException
public int getReasonCode()
public java.lang.String getReasonCodeHex()
public int getReturnCode()
public java.lang.String getReturnCodeHex()
public int getStatusCode()
public java.lang.String getStatusCodeChars()
public AIB getAIB()
AIB
instance that contains the return code,
reason code, and other useful information after a DL/I call is issued.AIB
object