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 217

Support of DECIMAL-POINT IS VIRTUAL

The DECIMAL-POINT clause allows you to choose the character of the decimal mark in the expression of the numerical constants and in the masks of the edited numeric zones.In a multi-currency context, we would like the dot and comma characters to be...
over 5 years ago in COBOL Compilers 4 Not under consideration

Enterprise Cobol V5+ - TUNE(level) compilation option

The IBM compiler C/C++ for z/OS has a TUNE() compilation option to improve the binary code generated with the ARCH() compilation option:- ARCH(level1) sets the maximum supported hardware level- TUNE(level2) optimizes the binary code generated comp...
over 5 years ago in COBOL Compilers 2 Not under consideration

Index shared by multiple tables

It can be useful to be able to access the same position in a synchronized way in several tables.In this case it is necessary to use an indice (numeric data item) that is independent of each table.However, for performance reasons, it is best to use...
over 5 years ago in COBOL Compilers 3 Not under consideration

Accept "out of range" values in the SET index statement

The "SET SET TO integer" statement does not accept out-of-range values relative to the index reference table.For example, the statement "SET index TO 0" triggers a warning and is automatically converted to "SET index TO 1" by the compiler. We thin...
over 5 years ago in COBOL Compilers 1 Not under consideration

Mac OS support

Request for support of the COBOL Compiler on Mac OS.
over 11 years ago in COBOL Compilers 2 Not under consideration

Contextual compilation variables

It might be interesting to have compiler variables indicating the current context corresponding to the position in the source code:- name / type of the current Division: Identification, Environment, Data, Procedure- name / type of the current Sect...
almost 6 years ago in COBOL Compilers 2 Not under consideration

Enterprise COBOL - Compilation directive >>MESSAGE to produce a message with a severity level

It would be useful to have a compilation directive to trigger a message with a severity level that would be rendered on the Compile Listing and that would also control the general return code of the compilation. This directive would only be enable...
almost 6 years ago in COBOL Compilers / z/OS 5 Not under consideration

Enterprise Cobol - Get the actual address of the entry point of a dynamically loaded program

When using the "SET function/procedure-pointer TO ENTRY program" instruction, we get the address of a routine that is not the actual entry point of the program, but a routine that allows calling the program. The routine seems to be different depen...
almost 6 years ago in COBOL Compilers 10 Not under consideration

"automatic" calculation of the length of a data-item

We need that the length of a data-item can be calculated automatically in relation to its context: this data-item is used in REDEFINES of different length, and must correspond to the REDEFINES which has the greatest length. This way of doing thing...
almost 6 years ago in COBOL Compilers 4 Not under consideration

COBOL PARMCHECK Enhancement

6.2 Programming Guide states: The PARMCHECK option tells the compiler to generate an extra data item following the last item in WORKING-STORAGE. This buffer data item is then used at run time to check whether a called subprogram corrupted data bey...
about 6 years ago in COBOL Compilers 1 Not under consideration