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 Not under consideration
Workspace IBM i
Created by Guest
Created on Apr 18, 2012

LPEX sort command needs to keep multi-line D-specs together

D-spec multi-line definitions are separated when sorting.


Use Case:

create D-spec entries that span multiple lines get separated when you run the sort command over the highlighted D-specs.


Idea priority Medium
  • Guest
    Reply
    |
    Sep 14, 2015

    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

  • Guest
    Reply
    |
    Jun 1, 2012

    Also, Please consider the case of the line specificaltion because D and d store differently.

  • Guest
    Reply
    |
    Jun 1, 2012

    Thank you for taking the time to suggest this enhancement to our product.  Many of our product enhancements result from feedback from our customers, so your input is always very important to us. We do not have plans to address your request over the next 18 months due to limited time and many competing priorities, but may consider it at a later time.
    If after 18 months, this continues to be important for you business needs, please feel free to resubmit for reconsideration during an appropriate planning cycle.
    Again, thank you for your suggestion and continued support!

  • Guest
    Reply
    |
    Apr 27, 2012

    The sort should just work as designed but keep in mind associated multi-line specs.
    Example, before sort:
    D AReallyLongFieldName...
    D S 15A

    After sort:
    D S 15A
    D AReallyLongFieldName...

    Any source line with multi-line definitions (eg. keywords) the relationship is lost with sorting but i line to dump a lot of d-specs into a program source then iron out the needs and have then sorted at the end.

    Even the Linoma tool box sort does not keep associated line together.

  • Guest
    Reply
    |
    Apr 27, 2012

    How did you want to sort the D-Specs - alphabetically?, by type?

  • Guest
    Reply
    |
    Apr 27, 2012

    It would also be nice if we could access this feature through a right-click. So I could highlight some code, and right click and see a Sort feature. This exposes the function to people like me who right-click and see what options are available. Until I was told about this request I didn't know I could sort.