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 277

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...
almost 6 years ago in COBOL Compilers 4 Not under consideration

Mac OS support

Request for support of the COBOL Compiler on Mac OS.
almost 12 years ago in COBOL Compilers 2 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...
almost 6 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...
almost 6 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...
almost 6 years ago in COBOL Compilers 1 Not under consideration

Enterprise Cobol V4/V6 - Defect - Error in mask for numeric-edited currency sign with 3 characters

There is an error in the generation of the mask that allows to edit a numeric value with both a currency symbol of more than one character, and a floating sign.At execution a part of currency symbol is lost. This concerns the Enterprise Cobol comp...
about 6 years ago in COBOL Compilers 7 Is a defect

Cobol V6R2 - Set default value of undefined compilation variable to false (B'0')

The assignment of the default value B'1' to an undefined compilation-variable-name does not seem to be a good choice because it implicitly implies the inclusion of a text conditioned by this compilation-variable-name. The default value of an undef...
about 6 years ago in COBOL Compilers 2 Is a defect

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...
about 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...
about 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...
about 6 years ago in COBOL Compilers 10 Not under consideration