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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
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
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
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
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.
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.
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.