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

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

Enhance INITCHECK(STRICT) for different types of used-before-set warnings

Given:INITCHECK(LAX) will issue IGYCB7311-W when a data item is completely uninitialized on all logic paths leading to that statement. INITCHECK(STRICT) will issue IGYCB7311-W when a data item is uninitialized on any logic paths leading to that st...
over 4 years ago in COBOL Compilers 2 Not under consideration

Message added with the sysout

Our request is at the NUMCHECK compilation option ... MSG versus ABD sub-option. When we put NUMCHECK (ZON (ALPHNUM), PAC, NOBIN, MSG), In runtime when the INVALID DATA is encountered, a nice message is added in the SYSOUT like for example: IGZ027...
over 4 years ago in COBOL Compilers 5 Not under consideration

SSRANGE suboption to check for a modified length resulting in a negative length

A new SSRANGE suboption is needed that should be useable also in production.This suboption should create extra checking code only if a "modified reference" (that modifies the default length of a variable) involves a variable value. In this case th...
almost 8 years ago in COBOL Compilers 4 Not under consideration

COBOL-Program with no goback or Exit Programs

Writing a COBOL program without any GOBACK, EXIT PROGRAM or STOP RUN will produce a runtime error. It's necessary to get a warning by the compiler if none of these "BR14" are written
over 11 years ago in COBOL Compilers 6 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 2 years ago in COBOL Compilers / z/OS 2 Not under consideration

Separate NUMCHECK's MSG/ABD suboptions by type

We're trying to ease our developers into NUMCHECK, and have mostly got PAC through, using the parameter NUMCHECK(NOZON,PAC,NOBIN,ABD) unless specifically requested to downgrade to NUMCHECK(NOZON,PAC,NOBIN,MSG) for a temporary duration (until the c...
almost 6 years ago in COBOL Compilers 2 Not under consideration

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 3 years ago in COBOL Compilers 3 Future consideration