com.ibm.cics.server

Class CicsResponseConditionException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      byte[] getResponseCode()
      Return the response code value for the CICS Condition represented by the CicsResponseConditionException.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getResponseCode

        public byte[] getResponseCode()
        Return the response code value for the CICS Condition represented by the CicsResponseConditionException.

        The response code returned is the value of EIBRCODE, a six byte field which contains the CICS response code returned after the function requested by the last CICS command to be issued by the task has been completed.

        For new commands where EIBRESP and EIBRESP2 are the strategic means of interrogating the resulting condition of an executed command, byte 3 of EIBRCODE has the same value as EIBRESP. Any further information is in EIBRESP2 rather than EIBRCODE. For a normal response, this field contains HEX zeros (6 X'00').

        Returns:
        response code value.
        See Also:
        CicsConditionException.getRESP2()
        Since CICS TS version:
        1.3
        Since package version:
        1.0