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 42

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

Improved storage usage when using moves to change encodings

We are using the functions display-of and national-of to dynamically change between encodings. Like this: MOVE FUNCTION DISPLAY-OF ( FUNCTION NATIONAL-OF ( INPUT-DATA (1:INPUT-LENGTH), CHARSET-CCSID), 277) TO OUTPUT-DATA (1:EXPECTED-OUTPUT-LENGTH)...
almost 2 years ago in COBOL Compilers / z/OS 3 Future consideration

Request for enhancement for COBOL

Hi, We would like a warning when an “indexed by” index is used on arrays other than the one it is defined on, when that other array has a different picture clause. Regards Rune Christensen Senior Software Developer Bankdata
almost 5 years ago in COBOL Compilers 3 Future consideration

Help identifying moves causing invalid numeric values

Different move statements can cause invalid numeric values to be stored in numbers.This will cause dumps when compiling with NUMPROC(PFD) and ZONEDATA(PFD). We would like the compiler to help the programmers identify these statements at compile ti...
over 4 years ago in COBOL Compilers 1 Future consideration

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 V6 - Suppress conflict between the DYNAM and CICS options

The conflict between the DYNAM and CICS options could be resolved by implicitly introducing a compilation directive ">>CALLINTERFACE STATIC" before "EXEC CICS" and a compilation directive ">>CALLINTERFACE" after the "END-EXEC" clause. ...
about 5 years ago in COBOL Compilers 2 Future consideration

Enterprise Cobol V6R2+ Support REPLACE directive with ALSO phrase

ISO/IEC 1989:202x WD 1.00 describes the ALSO phrase for compiler directive REPLACE. This is currently not implemented in Enterprise Cobol 6.2. ALSO will enable us to use more than one REPLACE statement in Cobol source without overriding the replac...
over 4 years ago in COBOL Compilers 2 Future 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.
almost 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 ...
almost 5 years ago in COBOL Compilers 2 Future 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...
about 3 years ago in COBOL Compilers 3 Future consideration