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 Jun 10, 2021

Show field text/description on hover (for external file fields)

10 character limits of system names can be very ambiguous. SQL allows for longer, more descriptive names but these are not shown on hover of file fields.


Use Case:

A developer would quickly see enough field information by hovering a field. This would save time by not having to manually look up the definition (through several tedious means like the Field Table, DSPFFD, etc.).


Idea priority High
  • Guest
    Reply
    |
    Jan 6, 2022

    Many ways to do this? There's only one way and it's the one suggested here. Incidentally, there are many ways to cut your grass but scissors are not the sensible option.

  • Guest
    Reply
    |
    Jan 5, 2022

    We have evaluated this request and determined that it cannot be implemented at this time.

  • Guest
    Reply
    |
    Dec 21, 2021

    The CAAC has reviewed this requirement and recommends that IBM not implement this request. There are many ways to do this.

    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
    |
    Jun 28, 2021

    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
    |
    Jun 11, 2021

    Using alias on a data structure is a great workaround I'll definitely start using. Though it only works well for new code. I guess the hover makes sense most with legacy code.

  • Guest
    Reply
    |
    Jun 11, 2021

    This RFE reminds me of
    http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=141632

    But this RFE covers SQL

  • Guest
    Reply
    |
    Jun 11, 2021

    I you define your DS as ...

    Dcl-DS MYTABLE ExtName('MYTABLE') Qualified Alias;
    End-Ds;

    ... you'll see the long names (and you have code completion by default).