public interface INQYCallResult extends DLICallResult
For more details about the values returned by the INQYCallResult
methods, see the topic INQY call in the IMS Application Programming APIs
reference documentation.
Modifier and Type | Method and Description |
---|---|
java.util.Vector<DBPCB> |
getDBPCBs()
Retrieves the
DBPCB objects corresponding to all the
database PCBs in the PSB. |
EnvironInfo |
getEnvironInfo()
Retrieves information regarding the current execution environment, after
an INQY call is issued with the ENVIRON subfunction.
|
IOPCB |
getIOPCB()
Retrieves the
IOPCB object corresponding to the IMS IOPCB. |
MessageInfo |
getMessageInfo()
Retrieves information regarding the current input message, after an INQY
call is issued with the MSGINFO subfunction.
|
java.lang.String |
getProgramName()
Retrieves the application program name, after an INQY call is issued with
the PROGRAM subfunction.
|
java.lang.String |
getSubfunction()
Retrieves the subfunction code used in the INQY call.
|
getAIB, getDLICallFunction
java.util.Vector<DBPCB> getDBPCBs() throws DLIException
DBPCB
objects corresponding to all the
database PCBs in the PSB.DBPCB
objects.DLIException
- if unable to get the DB PCB informationIOPCB getIOPCB()
IOPCB
object corresponding to the IMS IOPCB.IOPCB
object.java.lang.String getSubfunction()
EnvironInfo getEnvironInfo() throws DLIException
EnvironInfo
object containing the call output.DLIException
- if EBCDIC encoding (Cp1047) is not supportedEnvironInfo
MessageInfo getMessageInfo() throws DLIException
MessageInfo
object containing the call output.DLIException
- if EBCDIC encoding (Cp1047) is not supportedMessageInfo
java.lang.String getProgramName() throws DLIException
DLIException
- if EBCDIC encoding (Cp1047) is not supported