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

Enterprise Cobol V5/V6 - non-dependent codepage binary code

In our RFE 127911, we propose the generation of a platform-independent binary code, which can possibly be run on non-EBCDIC platforms. This assumes that strings of characters, possibly reduced to a single character, are also independent of the pla...
over 5 years ago in COBOL Compilers 2 Not under consideration

Enterprise Cobol V5/V6 - ARCH(0) for non-dependent hardware

As stated in our RFE 110886, the choice of ARCH level during compilation can be problematic. An alternative would be to produce a binary code independent of any hardware (zSeries or others). In the 1980's, I developed Cobol programs on the NCR VRX...
over 5 years ago in COBOL Compilers 1 Not under consideration

Enterprise Cobol V6 - No use of ED and EDMK HLASM instruction when OPTIMIZE level is not 0

We found that the Enterprise Cobol V6 did not use the ED and EDMK assembly instructions for formatting the edited numeric fields when the optimization level was not at 0 : OPTIMIZE(1|2).We deduced that these ED and EDMK instructions had an impact ...
over 5 years ago in COBOL Compilers 1 Not under consideration

IGYCB7300-W was safely removed by the optimizer

When the compiler detects a paragraph that never can be executed, COBOL V4 produced the message : " IGYOP3091-W Code from "procedure name OMV6-8" to "STRING (line 343.01)" can never be executed and was therefore discarded. " This message was given...
over 5 years ago in COBOL Compilers 1 Not under consideration

Compiling masks of numeric-edited data-item at runtime

In a system that has to manage several currencies, it might be interesting for performance reasons to be able to "compile" at runtime the masks of the numeric-edited data-items. Currently, if we want to manage several formatted numeric-edited fiel...
over 5 years ago in COBOL Compilers 1 Not under consideration

Entreprise Cobol - Internal format for INDEX with offset and occurrence number

The internal storage format of an INDEX uses four bytes to store the offset relative to the beginning of the memory table (as long as the compiler generates 31-bit addressing code).We propose to use a storage format consisting of these four bytes ...
over 5 years ago in COBOL Compilers 4 Not under consideration

COBOL error messages diversification about INITCHECK use

Customer would like to differenziate message IGYCB7311-W based on tipology of field definition. That is a different message number for Disp-Num, Packed-Dec, Display, Binary, Disp-Num-Edit. The reason of this request is that customer would like to ...
over 5 years ago in COBOL Compilers 7 Not under consideration

Cobol data type that corresponds to Db2 for z/OS DECFLOAT data type

In Db2 for z/OS you can store data as DECFLOAT. There is no corresponding Cobol data type, so when using DECFLOAT in Cobol programs we have to cast between DECFLOAT and a Cobol data type that does not intirely.We need a Cobol data type that corres...
over 5 years ago in COBOL Compilers 1 Not under consideration

COBOL 6.2 behaviour: during NUMCHECK, "check" only on ARITHMETIC OPERATION

Customer uses compilation parameter NUMCHECK(ZON(NOALPHNUM), ABD) as suggested by IBM, but he would like that DISPLAY statement would be escluded by ABEND. Customer would like the "check" only on ARITHMETIC OPERATION not on other instruction. DISP...
over 5 years ago in COBOL Compilers 2 Not under consideration

Support for regular expressions in source manipulation functions

The REPLACE and COPY REPLACING commands processed during the source code analysis phase during compilation should support regular expressions for both looking for text patterns, but also for replacements by exploiting the captured elements in the ...
over 5 years ago in COBOL Compilers 1 Not under consideration