Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Categories Client Install
Created by Guest
Created on Dec 14, 2011

ConnectionCloseListener for HostConnections

In one of our Plugins we want to write a host dataset just the moment before the connection to the host is shut down.

There is a ConnectionClose Listener in the Eclipse RSE but this listener does not satisfy the requirements, because it works correct only if the user explicitly closes the connection. If the connection is closed during shutdown of the workspace a S0C4 is issued.

Please add an ConnectionClose Listener to the RDZ API that enables us to write to a dataset just befor the connection is closed.

Idea priority Medium
  • Guest
    Reply
    |
    May 17, 2021

    Per additional communication IBM this is being declined.

  • Guest
    Reply
    |
    May 14, 2021

    I have tested that and it seems to be working (now?). So from my point of view the solution from Bill is working. Here is the part of the mails describing the solution.

    If that issue is still pending we might be able to advise on another way to address it. For example, if you use an ICommunicationsListener, you should be able to detect the following types of events:
    // Communications event types
    public static final int BEFORE_CONNECT = 1;
    public static final int AFTER_CONNECT = 2;
    public static final int BEFORE_DISCONNECT = 3;
    public static final int AFTER_DISCONNECT = 4;
    public static final int CONNECTION_ERROR = 5;

  • Guest
    Reply
    |
    May 11, 2021

    I understand that there was some communication with IBM on this RFE recently and that you were going to check the ICommunicationsListener in IDz V15, has that been tested yet?

  • Guest
    Reply
    |
    Sep 14, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - Developer for System z

    For recording keeping, the previous attributes were:
    Brand - Rational
    Product family - Design & development
    Product - Developer for System z

  • Guest
    Reply
    |
    Jan 12, 2012

    This RFE is consistent with our roadmap and is being considered for delivery in the next 2 year time frame. Thanks.