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

Clear

Ideas

Showing 299 of 9154

Enterprise Cobol - INEXIT / PRTEXIT examples and facilities

The INEXIT and PRTEXIT exits make it possible to intervene on the source code read before processing by the compiler, and on the Listing produced by the compiler before restitution. The Cobol Report Writer component uses these exits: it transforms...
over 4 years ago in COBOL Compilers 3 Future consideration

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 11 years ago in COBOL Compilers 3 Not under consideration

Enterprise Cobol - Pseudo figurative constants "max-value" and "min-value"

In some processing, we need to assign the greatest possible value, or the smallest possible value, to a data-item, without necessarily knowing the PICTURE and the USAGE of this data-item (processing carried out by COPYBOOKs of general interest) . ...
almost 5 years ago in COBOL Compilers 9 Future consideration

Cobol - New Reserved Words to reduce hard coding

My suggestion is Cobol should have two new reserved words containing the currently executing Section / Paragraph name i.e. CURRENT-SECTION / CURRENT-PARAGRAPH (both would have an implicit picture clause X(30). Typically this would be useful in err...
almost 7 years ago in COBOL Compilers 9 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 8 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 8 years ago in COBOL Compilers 5 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...
almost 7 years ago in COBOL Compilers 12 Not under consideration

IBM Enterprise COBOL V6+ - Improve documentation of the DATE-TO-YYYYMMDD / DAY-TO-YYYYMMDD intrinsic functions

Hi, The samples given in the documentation of the intrinsic function DATE-TO-YYYYMMDD all correspond to the same use case: the year of argument-1 is greater than or equal to the start year, (without a century), of the interval, therefore it is the...
over 1 year ago in COBOL Compilers / z/OS 1 Future consideration

Enterprise Cobol V6+ - >>PERFORM VARYING for loop

We propose the implementation of a compilation directive allowing to do iterations. These iterations could involve the manipulation of compilation variables and source text which would then be replicated on each iteration of the loop.Corrollary: y...
about 5 years ago in COBOL Compilers 2 Not under consideration

Dynamically called programs as smf data

The cobol 6.4 runtime can deliver a report about the dynamically called programs. It would be nice if this information could also be exported as smf data, so that is would be more easy to run analysis about the usage of programs. Currently in smf ...
over 3 years ago in COBOL Compilers / z/OS 2 Not under consideration