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

Enterprise Cobol - Support for concatenation operator &

We want the "&" concatenation operator, as described in the ISO COBOL standard, to be supported by the IBM Enterprise Cobol compiler.This operator must be able to be used everywhere where a literal is authorized:- declaration of a VALUE in a d...
over 3 years ago in COBOL Compilers 2 Future consideration

Enterprise COBOL - Introduce equivalent of conditional compilation in management of compilation options in SYSOPTF

Hi, Managing compilation options can be complex due to the multiplicity of contexts: batch, cics, db2, static call, dynamic call, etc. This complexity is increased when several versions of the IBM Enterprise COBOL compiler must coexist with opt...
11 months ago in COBOL Compilers / z/OS 1 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

COBOL 6 needs to utilize the memory in the 64 bit address space for business needs and quicker access to data

Humana proposes the following changes to the COBOL 6 compiler OR, creation of a new COBOL64 compiler with these capabilities.1. Make the Compiler capable of utilizing the 64-bit address space to take advantage of the 32 terabytes of memory on each...
almost 6 years ago in COBOL Compilers 1 Not under consideration

Improve Enterprise COBOL 5/6 performance in high volume CICS transaction environments

Enterprise COBOL 5/6 includes a completely rewritten "back end" that generates high performance object code. It's "claim to fame" is the significant performance improvements it offers customers. However, those performance improvements are only ava...
about 8 years ago in COBOL Compilers 4 Not under consideration

COBOL structures and examples for Common Debug Architecture

We would like the documentation and include libraries to the Common Debug Architecture, to be expanded with examples in COBOL, and data structures in COBOL.
about 5 years ago in COBOL Compilers 2 Future consideration

NOUNREFALL option: improved warning messages

When using RULES(NOUNREFALL) the message---IGYSC2262-W **RULES(NOUNREFALL)** No references to "XXXXXXX", nor any of its subordinates if "XXXXXXX" is a group item, were found in the program.---does not refer to a source line but to the name of the ...
about 5 years ago in COBOL Compilers 2 Future consideration

Bring back Compiler Message placement at the end of the Compiler Listing

In current versions of COBOL, compiler messages are placed in the middle of the listing, between the "Data Division Map" and the "Assembler Listing". This makes them hard to find and makes life harder and frustrating for the programmer when he/she...
over 7 years ago in COBOL Compilers 1 Not under consideration

Lifting File Structure Limitations

For I/O usability enhancement i suggest to allow lazy file definitions.In COBOL it is always a problem to read files which differs in file description between program code and file system.Example: FD INFILE RECORDING F.01 INRECORD PIC X(80).When t...
over 10 years ago in COBOL Compilers 4 Not under consideration

New COBOL Compile Option: Global ON SIZE ERROR

When you want to handle overflow conditions and want to avoid truncated fields you have to code the ON SIZE ERROR statement for all computational statements.This is tedious work.In addition any decimal overflows conditions were suppressed by Langu...
over 6 years ago in COBOL Compilers 5 Not under consideration