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 220

New option to detect dead code with OPT(0) wanted!

We would want to have a possibility to get IGYCB7300-W messages (or a new message) also when compiling with OPT(0). In modern IDE's like RDz can the developer during development directly see and remove dead code. An ?ISPF-developer? are required t...
over 8 years ago in COBOL Compilers 5 Not under consideration

Enterprise Cobol - Source text replacement in string

The REPLACE and COPY REPLACING directives allow replacements to be made in the source text, but these replacements only apply to COBOL words. Unless we are mistaken, it is not possible to carry out replacements in string type literals. We suggest ...
over 4 years ago in COBOL Compilers 4 Not under consideration

Enterprise Cobol V6+ - String operators for >>DEFINE directive

The >>DEFINE directive should allow manipulation of strings:* concatenation of strings: use of the "&" operator* substring extraction: use of reference modifications* reference to a compilation variable, possibly with automatic casting
over 4 years ago in COBOL Compilers 2 Not under consideration

Enterprise Cobol V6+ - >>PUNCH directive to include text in source

We would like to have a directive allowing to introduce calculated lines of text (not predefined in a COPYBOOK) in the source code at compile time. We suggest the provision of a >> PUNCH directive. Syntax: >>PUNCH [AT column] text-expr...
over 4 years ago in COBOL Compilers 1 Not under consideration

Enterprise Cobol V6+ - Dynamic compilation variable

Compiler directives, and in particular the >>DEFINE directive, are not handled by the REPLACE and COPY REPLACING directives. This therefore prohibits managing compilation variables dynamically, for example by declaring in a COPYBOOK a compil...
over 4 years ago in COBOL Compilers 1 Not under consideration

Enterprise Cobol - empty SECTION and statement in SECTION without PARAGRAPH

We see unexpected behavior of the Cobol compiler when using SECTION in PROCEDURE DIVISION.This for the V4R2 and V6R2 versions. Case 1 When a SECTION is empty, SECTION declaration followed immediately by another SECTION declaration, the compiler is...
over 4 years ago in COBOL Compilers 5 Not under consideration

XML PARSE INTO structure

Exchanging XML request/reply documents between JAVA and COBOL in CICS can leverage well defined xml schemas that can be generated from XML GENERATE sample instances. XML GENERATE works well for Response structure from COBOL to JAVA, but XML PARSE ...
about 9 years ago in COBOL Compilers 3 Not under consideration

Secured Move Overlapping

Sometimes it may be necessary to shift data within a structure.Example:- Insert / remove an item in a sorted memory table.- Insert / replace / remove a substring in a string.For this we can define a more or less complex and CPU expensive algorithm...
over 9 years ago in COBOL Compilers 9 Not under consideration

CICS and SQL host variables should be added to COBOL cross reference.

The XREF listing produced by the compiler omits unreferenced SQL or CICS variables. In this example, BARREC RECLEN and CICSRESP are not in the listing file's cross reference map.EXEC CICS REWRITE FILE(FILE-NAME) FROM(BARREC) LENGTH(RECLEN) RESP(CI...
over 9 years ago in COBOL Compilers 2 Not under consideration

COBOL V5+ Recursion Protection for File Declaratives

If an abnormal file condition is "protected" by a COBOL declarative routine and this routine closes the file the file status becomes 00 and another write attempt by the application will fail again driving the declarative again, thus creating a loop.
over 4 years ago in COBOL Compilers 3 Not under consideration