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.
See this idea on ideas.ibm.com
When using the Refactor>Rename on ILE RPG, it is possible for the length of the line to exceed the record length of the original line.
In this case RDi should break the line at an appropriate place and wrap it onto a new line.
It would be ideal if there was some formatting preferences that would allow the user to indicate where they would prefer the long lines to be broken and reflowed with subsequent lines.
Refactor>Rename can grow the length of a line. This is true for extended factor 2 in fixed form, keyword area in fixed from D, F, H, and P specs, free form at column 80. fully free form at the record length of the source physical. Optionally fully free form should respect the preference for line length, if set.
For example, the following file fills the whole 80 columns:
FFILE1 O E PRINTER EXTFILE(extFileVariable1) OFLIND(ovf)
After renaming 'ovf' to 'overflowInd' this will exceed 80.
The current implementation will stop with an error message explaining the limitation.
We want to see this:
FFILE1 O E PRINTER EXTFILE(extFileVariable1)
OFLIND(overflowInd)
Idea priority | Medium |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
IBM Power Systems Development - RDi team
We have reviewed this requirement and we feel it would be a beneficial enhancement to the product. We hope to be able to add it to our development plans in the future.
Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.
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
Component - RPG/COBOL Development Tools
Operating system - IBM i
Source - Client
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 - Client
With agreement from Submitter KenKillian, IBM has modified some of the information in this request. Please contact us if you have any questions.
Previous headline was: "refactor rename work on **free".
Previews description was: "Allow refactor rename for rdi to work on **free with code starting in column-01, without punch card restrictions. Allow it to work when free-format code is defined on several lines of Free Format code."
Previous Use case was:"Renaming across line boundaries is not supported. Cannot rename "Create_xml_input" on line 1874: "XML_Input = Create_XML_Input( OldOrd".
Here is my code:
XML_Input = Create_XML_Input( OldOrd // Line 1874
: NewOrd
: OldRteParts
: NewRteParts
)
;
So, I assume that refactor does not support code that goes across multiple Lines?"
Attachment (Description)