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 274

Reduce and then Remove support for the BASIS source Control Facility

The BASIS source control facility (including the BASIS, INSERT, and DELETE cards) is an old feature that was useful in the days of punched source code cards without full screen editors or source change management systems. It is rarely if ever used...
over 7 years ago in COBOL Compilers 2 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 3 years ago in COBOL Compilers 5 Not under consideration

message IGYRC5122-U is confusing

IGYRC5122-U A RECURSIVE ENTRY TO THE COBOL ABORT MODULE OCCURRED is issued when a compilation abends due to Exscessive CPU time but does not give a clear explanation.?
over 7 years ago in COBOL Compilers 1 Not under consideration

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...
almost 8 years ago in COBOL Compilers 5 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.
about 4 years ago in COBOL Compilers 3 Not under consideration

False INITCHECK messages for MOVEs of overlapping storage

The compiler should not produce INITCHECK warnings when the piece of a source field of an overlapping MOVE is initialized. In the example use case, the overlapping move results in WORK-REST being set to LOW-VALUES from the filler at the beginning ...
about 4 years ago in COBOL Compilers 1 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 ...
over 8 years ago in COBOL Compilers 3 Not under consideration

Enterprise Cobol - Add suboption DUMP where suboption ABD/MSG exists

Some compilation options give the choice between abandoning the program (ABD), or simply sending a message (MSG) in the event of a problem. We would like an suboption to be added to produce a dump (of the enclave), without stopping the execution o...
over 4 years ago in COBOL Compilers 4 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 8 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 8 years ago in COBOL Compilers 2 Not under consideration