Interface IZOSUserProgramAbendEvent

  • All Superinterfaces:
    IZOSUserProgramEvent

    public interface IZOSUserProgramAbendEvent
    extends IZOSUserProgramEvent
    The IZOSUserProgramAbendEvent is sent when a z/OS user program terminates abnormally.
    Since:
    1.0.0
    Version:
    2.0.0
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getAbendCode

        String getAbendCode()
        Returns the abend code of the z/OS user program.
        Returns:
        the abend code
        Since:
        1.0.0
      • getReasonCode

        String getReasonCode()
        Returns the reason code of the z/OS user program's abend.
        Returns:
        the reason code
        Since:
        1.0.0