Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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
Workspace IBM i
Created by Guest
Created on Dec 18, 2019

Service Program re-bind to open files in DFTACTGRP

If a Service Program procedure opens a file in the Default Activation Group and it's later closed with RCLRSC from a calling program, the service program isn't made aware of this and it still has a reference to the "now unknown" space. When it tries to use the file on a subsequent attempt, an error is thrown: "Tried to refer to all or part of an object that no longer exists". I understand this was never intended for the DAG, but it's not always an easy transition to use named activation groups everywhere a service program procedure is desired to be used.

The goal is to have the service program detect the space in the DAG is no longer there/usable and re-bind to the file being accessed.


Use Case:

Use a service program procedure in a stream where there may be a mix of OPM/ILE and it's not a viable/safe option to change to a named activation group.


Idea priority Medium
  • Guest
    Reply
    |
    Jun 24, 2020

    IBM has no plans to changed the design and implementation of this. This could cause significant issues for existing programs, and the risk and the amount of effort to change this is not worth any implied benefit.

  • Guest
    Reply
    |
    Jan 2, 2020

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Application Development
    Operating system - IBM i
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - IBM i Access Family
    Operating system - IBM i
    Source - None

  • Guest
    Reply
    |
    Dec 19, 2019

    From my point of view this is more a bug than a "feature". We opened a PMR way back when the major release numbers was a "3", maybe v3r1. Sadly IBM did not want to fix that. I wonder if this RFE has a chance to get it fixed. I support this RFE, because it would make it possible to use service programs in a mixed environment of OPM and ILE programs safely.

    We made a very hard and exhausting transition of our application from OPM to ILE. So I know how hard it is to get that done for large applications.

    It would be very interesting to know why IBM does not want to fix the RCLRSC issue.