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.

ADD A NEW IDEA

Clear

Ideas

Showing 299 of 9161

Enterprise Cobol V6+ - >>NOP for >>EVALUATE directive

In addition to our RFE 145885, we suggest the provision of a directive that does no action to be associated with a >>WHEN condition in a >>EVALUATE directive. It could be a >>NOP or >>CONTINUE directive. It is sometimes eas...
about 5 years ago in COBOL Compilers 3 Not under consideration

IBM Enterprise COBOL V6+ - Conditional compilation variable to reflect status of ADV/NOADV compilation option

Hi, Depending on the ADV / NOADV compilation option chosen, the way of describing the record area of a report file is different: ADV option: the printer control character must not be described NOADV option: the printer control character must be ...
over 1 year ago in COBOL Compilers / z/OS 2 Future consideration

Allow specification of xsi:schemaLocation on NAMESPACE for XML Generate.

In order to correctly validate a generated xml we are required to specify the xsi:schemaLocation for the used namespace. The current implementation of XML Generate allows to specify a namespace, but it does not allow for specification of a schemaL...
over 5 years ago in COBOL Compilers 5 Future consideration

XML Generate not aware of CDATA section, was: case numer TS004007239

Handling of Data within a CDATA Section when generating XML is incorrect. The COBOL compiler starts to escape characters within a CDATA section when that section contains (valid) XML. According to the official XML standards, it should NOT modify A...
over 5 years ago in COBOL Compilers 9 Not under consideration

Enterprise Cobol V6R2+ - Using a "DEFINEd" compilation-variable in source code of a program

Using a "DEFINEd" compilation-variable in the source code of a Cobol program could be interesting: CBL DEFINE (COUNT = 100)>> DEFINE COUNT AS PARAMETER...01 ARRAY. 05 ITEM OCCURS COUNT.... Today, this result can be achieved by a REPLACE dire...
over 7 years ago in COBOL Compilers 7 Not under consideration

Compile warning when using COMP-5 larger than 9 digits

When using COMP-5 variables many developers are not aware of the performance impact of using COMP-5 with variables defined longer then 9(9).Therefore we would like a warning added to the rules(nolaxperf) option, that will indicate this, and recomm...
over 5 years ago in COBOL Compilers 1 Future consideration

Enterprise Cobol V6 - Add a clause to limit Table SORT to first elements

The SORT instruction is used to sort a memory table, but the table may not have been fully populated and only the first elements of the table must be sorted. The SORT instruction should have a clause allowing to indicate which elements are to be s...
almost 6 years ago in COBOL Compilers 3 Not under consideration

Enterprise COBOL V6+ - Cross reference for compilation variable

We have developed a COBOL framework based on program skeletons and COPYBOOKs which is particularly rich and allows adaptation to the context of the program. This framework uses many conditional compilation variables and many tests on these conditi...
almost 4 years ago in COBOL Compilers 2 Future consideration

Option for identifying unreachable and easily removable code.

We would like to suggest an option like the rules suboptions NOUNREF* for marking unreachable code.We are aware that compiling with OPT(2) will give us informationals for unreachable code, but sometimes it can be difficult to determine if the code...
almost 6 years ago in COBOL Compilers 2 Not under consideration

Enterprise Cobol - EXIT PARAGRAPH | SECTION label

The EXIT PARAGRAPH or EXIT SECTION statement goes to the end of the current paragraph or section. However, in PERFORM structured call programming at different levels, it may be necessary to abort a process by connecting at the end of a paragraph o...
about 6 years ago in COBOL Compilers 3 Not under consideration