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

COBOL Compilers

Showing 40

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...
over 2 years ago in COBOL Compilers 2 Future consideration

Enterprise Cobol - ON EXCEPTION clause for SET procedure-function-pointer TO ENTRY entry-point

To avoid an abend at runtime, the instruction "SET procedure-or-function-pointer TO ENTRY entry-point" should have an "ON EXCEPTION" clause, as is the case for the instruction "CALL".The instruction "SET TO ENTRY" causes a loading of the program w...
over 4 years ago in COBOL Compilers 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 3 years ago in COBOL Compilers 5 Future 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...
about 4 years ago in COBOL Compilers 1 Future consideration

Enterprise Cobol - Document the different stages of compilation

In addition to our request 150104, we suggest that the different processing stages of the COBOL compiler be documented, and that the different actions performed in these stages be described:- processing of REPLACE directives- processing of COPY di...
almost 3 years ago in COBOL Compilers 1 Future consideration

Enterprise Cobol - Pseudo figurative constants "max-value" and "min-value"

In some processing, we need to assign the greatest possible value, or the smallest possible value, to a data-item, without necessarily knowing the PICTURE and the USAGE of this data-item (processing carried out by COPYBOOKs of general interest) . ...
about 3 years ago in COBOL Compilers 7 Future consideration

Compiler Directives

We do not like the inclusion of the compiler directives and the commenting out of non-included statements.We think all directives and non-included statements should be excluded from the source listing.
over 3 years ago in COBOL Compilers 4 Future consideration

Enterprise Cobol V6+ - Optional clause for default value on >>DEFINE conditional-var AS PARAMETER

Add an optional clause to assign a default value on a conditional variable used as a parameter. This would be a simplified writing of : >>DEFINE conditional-var AS PARAMETER>>IF conditional-var IS NOT DEFINED>>DEFINE conditional-...
over 4 years ago in COBOL Compilers 1 Future consideration

Enterprise COBOL V6+ - Continuation line for conditional compilation directives

A line of COBOL source code, limited to columns 8 to 72, to express a complex compilation condition, (>>if, >>when), with variables names that can be relatively long, is not sufficient.It is necessary to use artifices by using intermed...
over 2 years ago in COBOL Compilers 2 Future consideration

Enterprise Cobol V6+ - use value of compilation variable in text manipulation with COPY / REPLACE directives

The COPY and REPLACE compiler-directing statements should accept the value of a compilation variable in text replacement operations. This would allow the values of compilation variables to be used in the text of the program source code:- to name v...
over 4 years ago in COBOL Compilers 1 Future consideration