Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Future consideration
Categories Editors
Created by Guest
Created on Feb 25, 2020

Advanced Auto-Formatting Options for COBOL Editor

We'd like to have more options to influence the syntax-formatter in COBOL editor.

At the moment there are few options for intention on IF oder WHEN etc...

I wish some more options:

1) Intention for WHEN relative to EVALUATE
2) Intention for the text after IF (e.g. more than 1 space)
3) Independent Intention options for continued conditions (after line break) at WHEN/IF or Cobol Code after WHEN / IF
4) Position of an OR / AND in a WHEN or IF clause:
- 4.1) Intention of OR/AND relativ to WHEN or IF
- 4.2) As OR / AND are not the same length (2 vs. 3), it's necessary to be able to define their intention independent of each other
- 4.3) OR/AND at the end of the current or the beginning of the next line within the condition
- 4.4) Logical intention for complex / nested conditions honoring the brackets
5) intention on USING parms at CALL statements
6) forced line breaks and intention regarding the keywords on perform statements (e.g. the text after VARYING and UNTIL shall be on at the same column)
7) Force special end of a section / paragraph (as free format text), sample:
-- new line and "EXIT."
-- new line and "CONTINUE."
-- "."
-- End-X paragraph and exit.
etc..

Idea priority Medium
  • Guest
    Reply
    |
    Apr 28, 2020

    @Jesper: I completely support that!

  • Guest
    Reply
    |
    Apr 13, 2020

    Thank you for taking the time to suggest an 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 are accepting this request, however we need to further investigate which of the list of options requested we can deliver. Thank you for your suggestion and continued support.

  • Guest
    Reply
    |
    Mar 12, 2020

    A preliminary evaluation of this request indicates that it is consistent with our business strategy. Further evaluation of this RFE is underway.

  • Guest
    Reply
    |
    Feb 27, 2020

    Would be nice to be able to specify the indentation of a multiline STRING clause aswell, eg;
    STRING
    "ABC"
    "123"
    DELIMITED BY SIZE
    INTO TEST-VAR
    END-STRING