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
Categories Languages - RPG
Created by Guest
Created on Aug 21, 2020
Merged idea
This idea has been merged into another idea. To comment or vote on this idea, please visit IBMI-I-1128 Enable mixed case DB2 table column names to be used in RPG Data structures defined with ExtName + Alias keyword.

Option to show and use long fieldnames instead of short fieldnames in auto-completion of RDI Merged

It would be nice for the autocompletion fin Rational Developer for i eature for fields of a database file to use the longer SQL fieldnames instead of the old shorter cryptic names.


Use Case:

If you create newer files with long fieldnames it would be better to use those instead of the older names in the auto completion features in Rational Developer for i.


Idea priority Medium
  • Guest
    Reply
    |
    Sep 21, 2020

    Thank you for the explanation.

    Currently, the RPG compiler does not use the alias names with double quotes. There is another RFE 97792 that requests RPG to accept the alias names with double quotes. This RFE is being closed as a duplicate of RFE 97792.

    Please use that RFE to cast a vote or add a comment.

    http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=97792

  • Guest
    Reply
    |
    Sep 21, 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 - Languages - RPG
    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 - Application Development
    Operating system - IBM i
    Source - None

  • Guest
    Reply
    |
    Sep 21, 2020

    Adding the Alias request does not help. You get the fields but not in all cases. I will try to found out when you do and when you don't. Customer uses camel case by double quotes on the database names

  • Guest
    Reply
    |
    Sep 8, 2020

    It is still not quite clear what you are requesting. Please give some specific details for the following:

    1. The partial EXEC SQL statement you are coding at the time you are requesting auto completion.
    2. Describe what auto-completion is currently doing, as specifically as you can.
    3. The complete EXEC SQL statement after you have manually entered the code.
    4. The statements that define your data structure DS.
    5. The exact error message you get from the compiler as it appears in the compile listing.
    6. The short names and long names of the columns in your database table.

    Thank you.

  • Guest
    Reply
    |
    Aug 27, 2020

    At first i wanted autocompletion but also to use the fields in an SQL statement like select a from file where fielda = :DS.field1. The SQL will not compile.

  • Guest
    Reply
    |
    Aug 24, 2020

    Is this request related to the fields associated with File and Data structure definitions? If so, you need to specify the ALIAS keyword to use the long names in your RPG program. If you specify ALIAS, then RDi will show the long names for auto completion.

    https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzasd/falias.htm
    https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzasd/dalias.htm

    If adding the ALIAS keyword to your file and data structure definitions doesn't provide the support that you are requesting, please provide more details about what you are trying to do.