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 280

SSRANGE with Suboptions

SSRANGE can test tables with one dimension. It's not able to test each row and column of a multi-dim-table. It would be nice to have an option with can test multi-dimensional tables.For example:SSRANGE(STD) is the same like SSRANGE in presenceSSRA...
about 10 years ago in COBOL Compilers 3 Not under consideration

Ability to track older version of compiled cobol code

My customer is interested in tracking other versions of Cobol below 5.2. They have a utility to run against there cobol loadlibs that produces the different levels and counts but they have no way of determining when and how often they are used. Th...
over 5 years ago in COBOL Compilers 12 Not under consideration

COBOL-JAVA interoperability via JNI: use DirectByteBuffers and avoid copiyng data between COBOL workarea and Java byte array

The biggest hit we expect from DBB is that memory does not need to be copied between COBOL workarea and Java byte array Detail are described in the attached file
over 7 years ago in COBOL Compilers 8 Not under consideration

Reference Modification Abend if Lenght is a Not a Positive Integer

If the calculation of the length in a reference modification is zero or negative, there could be unpredictable/unexpected results. Due to our un-comfort with these unpredictable results, we'd like to see an abend, at runtime, when the length is ze...
over 7 years ago in COBOL Compilers 5 Not under consideration

Compile warning when using COMP-5 larger than 9 digits

When using COMP-5 variables many developers are not aware of the performance impact of using COMP-5 with variables defined longer then 9(9).Therefore we would like a warning added to the rules(nolaxperf) option, that will indicate this, and recomm...
over 4 years ago in COBOL Compilers 1 Future consideration

Enterprise Cobol V6 - Add a clause to limit Table SORT to first elements

The SORT instruction is used to sort a memory table, but the table may not have been fully populated and only the first elements of the table must be sorted. The SORT instruction should have a clause allowing to indicate which elements are to be s...
over 4 years ago in COBOL Compilers 3 Not under consideration

COBOL Compile option 'NUMCHECK(MSG)' function improvement request

We applied the COBOL Compile option 'NUMCHECK(ZON,MSG)' to prevent 'invalid data' that may occur during program execution.As a result of testing, we found that there were a lot of programs with 'invalid data' code.Program developers have the follo...
about 3 years ago in COBOL Compilers 2 Not under consideration

Option for identifying unreachable and easily removable code.

We would like to suggest an option like the rules suboptions NOUNREF* for marking unreachable code.We are aware that compiling with OPT(2) will give us informationals for unreachable code, but sometimes it can be difficult to determine if the code...
over 4 years ago in COBOL Compilers 2 Not under consideration

Enterprise Cobol V6R2+ - Using a "DEFINEd" compilation-variable in source code of a program

Using a "DEFINEd" compilation-variable in the source code of a Cobol program could be interesting: CBL DEFINE (COUNT = 100)>> DEFINE COUNT AS PARAMETER...01 ARRAY. 05 ITEM OCCURS COUNT.... Today, this result can be achieved by a REPLACE dire...
over 6 years ago in COBOL Compilers 7 Not under consideration

Entreprise COBOL V6+ - IGYOS4081-U when MDECK(NOCOMPILE) + SQL options and no valid DBRMLIB

When compiling with MDECK(NOCOMPILE) and SQL options to resolve COPY and EXEC SQL INCLUDE, the compiler raises an IGYOS4081-U error if the DBRMLIB ddname is not declared, or if file associated with the DBRMLIB ddname does'nt have a valid format. T...
about 3 years ago in COBOL Compilers 1 Not under consideration