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.
This feature is now available in the IBM Rational Developer for i V9.5 product with V9.5.0.2 fixpack installed.
Product web page: http://www.ibm.com/software/products/us/en/dev-ibm-i
Fix list: http://www-01.ibm.com/support/docview.wss?uid=swg27038481#9502
Download doc: http://www-01.ibm.com/support/docview.wss?uid=swg24041306
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Programming Languages
Product - Developer for Power Systems
For recording keeping, the previous attributes were:
Brand - Rational
Product family - Design & development
Product - Developer for Power Systems
I have noticed that these "non-required" parameter names on prototyped parameters ARE present in the outline, even for procedures defined in an include and implemented outside the current compilation unit. Might be able to alter the Content Assist to grab them from there.
This RFE will be under consideration for a future release. Status has been updated to Uncommitted Candidate.
I can see a point about local procedures. If the prototype corresponds to a local procedure and the prototype has no data in the ignored name space, then the variable names could be used.
Only about half of the protoypes I regularly use have a corresponding PI. What about external calls? APIs? I suggested the ignored value from the prototype because:
1) It is ignored by the compiler and can be any descriptive text.
2) Not all prototypes have procedures attached to them.
3) Parameter variable names in "the PI" are often cryptic.
This RFE is consistent with our strategy and product roadmap and IBM is continuing to evaluate.
I'm guessing BCAIH is referring to the parameter variable from the procedure interface. Considering that 7.1 doesn't require the prototype on internal procedures, I would hope that from this request the outline would use the name from the prototype if available and if not then from the PI.
Not sure I follow the "variable name" notion. There are no defined variables attached to a prototype, only a description of them.
It would actually be better if the outline view showed the variable name instead of having to fill the name D-spec entry