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 Future consideration
Workspace IBM i
Created by Guest
Created on Jan 23, 2020

Add the ability to create/save/and use Library Lists

Users of RDi generally work on more than one product need an easier way to manipulate the Library List. While adding a new Library List view will help, users want the ability to create, save, and use those library lists. This will speed productivity and limit the number of connections required.


Use Case:

Users working on multiple versions of the same product or multiple products require different library lists.


Idea priority Medium
  • Guest
    Reply
    |
    Jan 14, 2024

    Your own tooling can handle this in conjunction with User Actions, I've been doing it for years. I wrote mine back in 1991 to use with PDM, still works! I run it through user actions now, set my library list for a "task" and start working. At connection time, RDi runs a command that sets the library list to the last-used one, so I don't forget (lol).

    The benefit of your own tooling is that it works OUTSIDE RDi. Setting up library lists in RDi, and having RDi save them, means they are for RDi's use while running RDi, and not available to just use them on a command line.

    I'd rather RDi be doing programming-effort-reduction-related mods than trying to act like a change-management package for those of you who do not have one.


  • Guest
    Reply
    |
    Nov 23, 2021

    The CAAC has reviewed this requirement and recommends that IBM view this as a medium priority requirement that should be addressed. Although there is a work-around that each one can do themselves, it would be much better to have a consistent way for all to do it.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.

    For more information about CAAC, see www.common.org/caac

    Nancy Uthke-Schmucki - CAAC Program Manager

  • Guest
    Reply
    |
    Nov 22, 2021

    Seems this is pretty easily done using CHGLIBL command with, perhaps, a list of LIBL's kept in a table, keyed by a name for each - have a program which has that key as parameter, then it parses things as needed for CHGLIBL. The table could be the LIBL name and each library in records.

    A call to that program is easily done in RDi, also as something called when a connection is started.

  • Guest
    Reply
    |
    Oct 5, 2020

    We have reviewed this requirement and we feel it would be a beneficial enhancement to the product. We hope to be able to add it to our development plans in the future.

  • Guest
    Reply
    |
    Jul 8, 2020

    In addition to saving library lists, it would be useful to be able to attach a specific library list to a filter so that when a source is compiled, or a program run from that filter, the selected library list would be used.

    I know this has come up before because I reported such a requirement back in the day. Not everyone works in a single environment on IBM i.

  • Guest
    Reply
    |
    May 18, 2020

    The CEAC has reviewed this requirement and recommends that IBM view this as a MEDIUM priority requirement that should be addressed. This will make it easier for developers to manage multiple products and versions in RDi.

    Background: The COMMON Europe Advisory Council (CEAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CEAC has a crucial role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community and has therefore reviewed your RFE.

    To find out how CEAC help to shape the future of IBM i, see CEAC @ ibm.biz/BdYSYj and the article "The Five Hottest IBM i RFEs Of The Quarter" at ibm.biz/BdYSZT

    Therese Eaton – CEAC Program Manager, IBM

  • Guest
    Reply
    |
    Feb 18, 2020

    Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.

  • Guest
    Reply
    |
    Feb 11, 2020

    This would be advantageous to the IBM i O/S as a whole. The ability to switch (the user portion) of library lists through some permanent object akin to a *MSGF or *BNDDIR. This can be done programmatically, (e.g. a CL program, CHGLIBL and a *FILE). However, system support would provide a consistent mechanism for everyone to use - including RDi.