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).
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
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 |
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.
@Jesper: I completely support that!
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.
A preliminary evaluation of this request indicates that it is consistent with our business strategy. Further evaluation of this RFE is underway.
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