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 - Support for concatenation operator &

We want the "&" concatenation operator, as described in the ISO COBOL standard, to be supported by the IBM Enterprise Cobol compiler.This operator must be able to be used everywhere where a literal is authorized:- declaration of a VALUE in a d...
over 3 years ago in COBOL Compilers 2 Future consideration

A new rule to RULES(NOLAXPERF)

When indexing into strings, there should be a warning when not using optimal variables for the index variables.
over 4 years ago in COBOL Compilers 1 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

Implement: 01 var1 LIKE var2.

Often variables are defined in copybooks or DCLGEN copybooks. There are times when the definition in that copybook changes slightly and it would be nice if a developer could simply rely on the compiler to use the picture of the copybook variable a...
11 months ago in COBOL Compilers / z/OS 4 Future consideration

Improved storage usage when using moves to change encodings

We are using the functions display-of and national-of to dynamically change between encodings. Like this: MOVE FUNCTION DISPLAY-OF ( FUNCTION NATIONAL-OF ( INPUT-DATA (1:INPUT-LENGTH), CHARSET-CCSID), 277) TO OUTPUT-DATA (1:EXPECTED-OUTPUT-LENGTH)...
almost 2 years ago in COBOL Compilers / z/OS 3 Future consideration

Enterprise Cobol - INEXIT / PRTEXIT examples and facilities

The INEXIT and PRTEXIT exits make it possible to intervene on the source code read before processing by the compiler, and on the Listing produced by the compiler before restitution. The Cobol Report Writer component uses these exits: it transforms...
about 3 years ago in COBOL Compilers 3 Future consideration

Enterprise COBOL - MDECK(NOCOMPILE) must produce a cross-reference COPY/BASIS report

A COBOL program compiled with the MDECK(NOCOMPILE) option for the purpose of expanding COPYBOOKs, handling text replacements, and incidentally handling conditional compilation directives, produces a listing that is limited to the list of options f...
over 3 years ago in COBOL Compilers 5 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...
almost 4 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

Create a new compiler option, SSCHECK, to validate the value of subscripts used in table references

The compiler is able to catch the situation where a subscript for a table reference is hard-coded as zero. For example: 000037 DISPLAY "W-VALEUR-O2(0 J) = <" W-VALEUR-O2(0 J) '>'results in this compiler error:37 IGYPS2017-E "0" was found as ...
4 months ago in COBOL Compilers / z/OS 2 Future consideration