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 Delivered
Workspace IBM i
Created by Guest
Created on Jul 28, 2020

when an item (*module/*srvpgm) is added to a BNDDIR; insert a list entry to that object for UX support.

it is impossible for to know where, if any, a (*module/*srvpgm) has been added to a binding directory.

if the addbnddire command could add a list entry to those objects (*module/*srvpgm), then the developer could simply (dspmod/dspsrvpgm) and see the how many binding directorys are in scope - for possible remediation.


Use Case:

use case: a testing module needs a (ctl-opt bnddir) entry, but the developer does not know which one contains the entry for the given source module for testing with. he has to search each binding directory manually, to bring that bnddir into his test program & library... rather than (dspmod/dspsrvpgm) and see a list of 1 to many binding directories that object many be in....


Idea priority High
  • Guest
    Reply
    |
    May 5, 2022
    IBM believes that the request described has been solved and is available with IBM i 7.5, and with DB PTF Groups IBM i 7.4 SF99704 Level 20 and IBM i 7.3 SF99703 Level 28.

    A new SQL service, a view named QSYS2.BINDING_DIRECTORY_INFO, has been provided to return this information.

    For a description of this change, see https://www.ibm.com/support/pages/node/6573053
  • Guest
    Reply
    |
    Nov 30, 2020

    IBM does not plan to provide a solution to this request at this time.

  • Guest
    Reply
    |
    Oct 27, 2020

    The CAAC has reviewed this requirement and recommends that IBM not implement this request. It is not a best practice to list all the binding directories on the addbnddire. Better solution would be to have this capability in an SQL service.

    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

    For more details about CAAC's role with RFEs, see http://www.ibmsystemsmag.com/Blogs/i-Can/May-2017/COMMON-Americas-Advisory-Council-%28CAAC%29-and-RFEs/

    Nancy Uthke-Schmucki - CAAC Program Manager

  • Guest
    Reply
    |
    Sep 9, 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 - Other

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

  • Guest
    Reply
    |
    Aug 3, 2020

    I only use a single binding directory for building programs plus one binding directory for building each service program. The one common binding directory contains all the service programs (no modules). So I always know what binding directory to use.

  • Guest
    Reply
    |
    Jul 29, 2020

    Keep your number of binding directories limited... you can even put everything in one.

    There's no need to create lots of binding directories.