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 272 of 8224

Show inserted CICS elements as part of the source code COBOL listing

When compiling with the COBOL co-processor, when CICS elements DFHEIBLK and DFHCOMMAREA are not coded by the programmer they are inserted by the compiler into the LINKAGE SECTION and as parameters on the PROCEDURE DIVISION statement.The elements d...
over 7 years ago in COBOL Compilers 3 Not under consideration

IGY-Compiler-Messages are not summarized at the end of the SYSPRINT

In cobol-versions pre 5.1. all IGY-compliler-messages (info, warning, error, severe) are summarized at the end of the SYSPRINT-output . In Cobol 5.1.1 and above these messages are displayed anywhere and not always in one block.
about 8 years ago in COBOL Compilers 1 Not under consideration

Lifting File Structure Limitations

For I/O usability enhancement i suggest to allow lazy file definitions.In COBOL it is always a problem to read files which differs in file description between program code and file system.Example: FD INFILE RECORDING F.01 INRECORD PIC X(80).When t...
about 10 years ago in COBOL Compilers 4 Not under consideration

COBOL-Program with no goback or Exit Programs

Writing a COBOL program without any GOBACK, EXIT PROGRAM or STOP RUN will produce a runtime error. It's necessary to get a warning by the compiler if none of these "BR14" are written
about 11 years ago in COBOL Compilers 6 Not under consideration

Add the hability to obtain ODO counter with the JSON PARSE statement

As of now, when the API we call return a dynamical JSON array, we need to declare a COBOL array with a large number of occurences in order to be sure to retrieve all the data with the JSON PARSE statements. But, in most cases, the json array will ...
over 3 years ago in COBOL Compilers 2 Not under consideration

PROGRAM-ID special register

A "PROGRAM-ID" special register should be usefull for writing diagnostic routines in Cobol programs. Alternative : an intrinsic function returning "PROGRAM-ID" and others informations about runtime context. Thanks. Denis
almost 6 years ago in COBOL Compilers 2 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 8 years ago in COBOL Compilers 7 Not under consideration

Enterprise COBOL V6+ - Provide a way to identify source lines discarded by conditional compilation

We have made extensive use of conditional compilation to provide a COBOL development framework. If the development framework is easy to use, the result is a compilation listing filled with lines of source code commented out by conditional compilat...
over 2 years ago in COBOL Compilers 4 Future consideration

Enterprise Cobol - Compiler option to enable / disable DEBUGGING-MODE

To date, the activation of debugging lines, marked with a "D" in column 7, can only be activated / deactivated by intervening at the source code level, by specifying or removing the "WITH DEBUGGING MODE" clause in the Environment Division. We woul...
over 3 years ago in COBOL Compilers 13 Not under consideration

Request for enhancement for COBOL

Hi, We would like a warning when an “indexed by” index is used on arrays other than the one it is defined on, when that other array has a different picture clause. Regards Rune Christensen Senior Software Developer Bankdata
almost 5 years ago in COBOL Compilers 3 Future consideration