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 |
|---|---|
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.
|
String |
getProgramName()
Retrieves the application program name, after an INQY call is issued with
the PROGRAM subfunction.
|
String |
getSubfunction()
Retrieves the subfunction code used in the INQY call.
|
getAIB, getDLICallFunctionVector<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.String getSubfunction()
EnvironInfo getEnvironInfo() throws DLIException
EnvironInfo object containing the call output.DLIException - if EBCDIC encoding (Cp1047) is not supportedEnvironInfoMessageInfo getMessageInfo() throws DLIException
MessageInfo object containing the call output.DLIException - if EBCDIC encoding (Cp1047) is not supportedMessageInfoString getProgramName() throws DLIException
DLIException - if EBCDIC encoding (Cp1047) is not supported(c) Copyright IBM Corporation 2008, 2017.