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 272 of 8224

COBOL: free "ID" for datadefinitions (REST-Services)

In REST-service-context „id“ is a common used keyword for indentification purposes. In COBOL it isn't possible to define such a variable, because it is an reserved word. ID is an abbreviation for IDENTIFICATION in IDENTIFICATION DIVISION and for t...
over 4 years ago in COBOL Compilers 3 Future consideration

Implement dynamic-capacity tables

Implement dynamic-capacity tables as defined by the COBOL 2014 standard (INCITS/ISO/IEC 1989:2014 [2014]).
almost 9 years ago in COBOL Compilers 7 Not under consideration

CALLEXIT for checking Call Parameter Usage

It would be good to have a kind of "Call-Exit", which is called every time the compiler see a CALL Subroutine, but also "Procedure Division" or ENTRY-Statement.So we could build a dictionary for all Calls, knowing which program calls which subprog...
over 9 years ago in COBOL Compilers 9 Not under consideration

COBOL function hbound() for tables

COBOL has no easy way to check a table index or subscript against the OCCURS [... TO] {n} TIMES value. You can define an OCCURS constant to check against, but this requires application maintenance correctly preserve the correspondence when the tab...
over 3 years ago in COBOL Compilers 4 Not under consideration

Provide ISO 2014COBOL Decimal Floating Point Support

Submitted By: 3100012QSB #56Submitted Date: 2016-06-14, Submitted By: Cheryl Watson
almost 8 years ago in COBOL Compilers 4 Not under consideration

To enable an option in the COBOL compiler to get the DB2 integrated coprocessor behaves as the separated DB2 precompiler does

We have been using the COBOL 4.2 compiler for years in our shop. We have just begun to use the integrated SQL coprocessor, instead of the separated DB2 precompiler and we are experiencing problems with the continuation lines. The manual says the p...
over 9 years ago in COBOL Compilers 48 Not under consideration

Individual setting of the content of //SYSJAVA

When you compile a COBOL class definition, a Java source program that contains a class definition that corresponds to the COBOL class definition is generated in addition to the object file. We need an option to interact with the output in SYSJAVA ...
over 10 years ago in COBOL Compilers 3 Not under consideration

Let Enterprise Cobol Compiler exploit zIIP CPU

Starting from version 5, enterprise cobol compilers have increased the cpu used to compile programs, especially using optimization options of the executables.Offload the CPU used by compilers to zIIP processors at least during the most cpu busy ph...
over 2 years ago in COBOL Compilers 2 Not under consideration

Enhance INITCHECK so it catches the use of uninitialized indexes in SEARCH statements

The frequent programming error of forgetting to set an index before a SEARCH is not being detected by INITCHECK. In the following example program, the index U150-ACT-IND-IDX is erroneously not set before the SEARCH U150-TRANX-ACT-IND-DATA line. Wi...
over 4 years ago in COBOL Compilers 1 Future consideration

NOEVENP/NOLXPRF rules suboption. Distinguish between user source program and copy member item definition

To decide to issue a return code 12 or 04 when the IGYDS1348-W/IGYPA3084-W warning occurs, it is necessary to distinguish whether the definition of the data item appears directly in the user source program or was included in the program from a cop...
over 4 years ago in COBOL Compilers 2 Future consideration