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

Clear

Ideas

Showing 299 of 9156

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.?
almost 9 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...
over 9 years ago in COBOL Compilers 5 Not under consideration

Enterprise Cobol - Indication of the COPYBOOK level in the Listing

In the compilation Listing, the source lines from a COPYBOOK are identified with a "C" character after the line number in the Listing. It is possible to call COPYBOOK from other COPYBOOK. However, the origin of a row is not necessarily easily iden...
almost 5 years ago in COBOL Compilers 2 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 ...
almost 10 years ago in COBOL Compilers 3 Not under consideration

Enterprise Cobol - Way to not display the IGZ0201W message at runtime

For a file in Variable format with read acces, the COBOL runtime performs a check on the LRECL. By default, if the LRECL does not match the program statement this triggers an abend and an IGZ0035S message. If we declare a FILE-STATUS on the file, ...
about 5 years ago in COBOL Compilers 4 Not under consideration

Enterprise Cobol - Align the behavior of the EXIT instruction with the ISO standard

In the ISO COBOL standard, the EXIT statement should only be used as a single statement in the single sentence of a paragraph or section.It allows a paragraph or section to be declared without a meaningful statement, usually for the purpose of bei...
about 5 years ago in COBOL Compilers 3 Not under consideration

ISRLEMX should expand Copybooks even if COPY is not the first word of the line

I try expanding copybooks into our sources using ISRLEMX. But this doesn't work for most of our Cobol-programs as ISRLEMX only seems to work if COPY is the first word of the line. ISRLEMX should support all possible COPY codings supported by the C...
about 5 years ago in COBOL Compilers 6 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...
about 10 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...
about 10 years ago in COBOL Compilers 2 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 ...
about 5 years ago in COBOL Compilers 4 Not under consideration