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.
The CAAC has reviewed this IBM Idea and recommends that IBM view this as a high priority Idea that is important to be addressed.
This would make the language more normal, this will help improve clarity.
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 IBM Ideas on the broader IBM i community and has therefore reviewed your Idea.
For more information about CAAC, see www.common.org/caac
Carmelita Ruvalcaba- CAAC Program Manager
If this idea is implemented, it will most likely be support for %CONCAT as a constant value in Definition statements.
- IBM Power Systems Development
You are very welcome to change the title.
The current title is too broad for the enhancement that could be made to satisfy your Use Case, which is to allow %CONCAT in a named constant definition or as an initialization value.
Please indicate whether you agree with IBM making this change to your Idea.
Thank you,
- IBM Power Systems Development
This might work.
It is not feasible to enhance the RPG compiler to support general expressions for named constants.
However, it would be possible to support %CONCAT to define a named constant, although the coding is not as nice as using the + operator.
Would you find it useful to be able to use %CONCAT this way?
dcl-c header '<header>';
dcl-c address %concat(*none : header : '<address>');
dcl-c name %concat(*none : address : '<name>');
- IBM Power Systems Development
It is not feasible to support general expressions in definition statements as suggested in the description, but there might be a way to handle the specific Use Case of concatenating strings together.
- IBM Power Systems Development