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 216

Missing functions in COBOL

To determine the size of an array, most programmers use a constant and check the index against the constant. As an alternative compiler option SSRANGE can be used, which is not very performant.It might be a good choice to have functions which retu...
over 6 years ago in COBOL Compilers 3 Not under consideration

COBOL5: extended DIAGTRUNC feature for detecting variables size mismatch

COBOL 5 behaves differently than in previous versions, in some scanarios, as in the following case: - Programs that move data to and from data items that at run time contain values not conforming to the PICTURE clause in the data description entry...
almost 9 years ago in COBOL Compilers 13 Not under consideration

Nested Occurs Depending On (ODO) for JSON Generate

When several "Occurs Depending On" (ODO) are nested into each other, modifying the number of occurence for an ODO during run time change the way the storage is reorganized. We want nested ODO to behave in a way that would generate JSON tables with...
over 3 years ago in COBOL Compilers 4 Not under consideration

Implement dynamic-capacity tables

Implement dynamic-capacity tables as defined by the COBOL 2014 standard (INCITS/ISO/IEC 1989:2014 [2014]).
almost 9 years ago in COBOL Compilers 7 Not under consideration

CALLEXIT for checking Call Parameter Usage

It would be good to have a kind of "Call-Exit", which is called every time the compiler see a CALL Subroutine, but also "Procedure Division" or ENTRY-Statement.So we could build a dictionary for all Calls, knowing which program calls which subprog...
over 9 years ago in COBOL Compilers 9 Not under consideration

COBOL function hbound() for tables

COBOL has no easy way to check a table index or subscript against the OCCURS [... TO] {n} TIMES value. You can define an OCCURS constant to check against, but this requires application maintenance correctly preserve the correspondence when the tab...
over 3 years ago in COBOL Compilers 4 Not under consideration

Provide ISO 2014COBOL Decimal Floating Point Support

Submitted By: 3100012QSB #56Submitted Date: 2016-06-14, Submitted By: Cheryl Watson
almost 8 years ago in COBOL Compilers 4 Not under consideration

To enable an option in the COBOL compiler to get the DB2 integrated coprocessor behaves as the separated DB2 precompiler does

We have been using the COBOL 4.2 compiler for years in our shop. We have just begun to use the integrated SQL coprocessor, instead of the separated DB2 precompiler and we are experiencing problems with the continuation lines. The manual says the p...
over 9 years ago in COBOL Compilers 48 Not under consideration

Individual setting of the content of //SYSJAVA

When you compile a COBOL class definition, a Java source program that contains a class definition that corresponds to the COBOL class definition is generated in addition to the object file. We need an option to interact with the output in SYSJAVA ...
over 10 years ago in COBOL Compilers 3 Not under consideration

Let Enterprise Cobol Compiler exploit zIIP CPU

Starting from version 5, enterprise cobol compilers have increased the cpu used to compile programs, especially using optimization options of the executables.Offload the CPU used by compilers to zIIP processors at least during the most cpu busy ph...
over 2 years ago in COBOL Compilers 2 Not under consideration