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 277 of 8427

Compiler option to eliminate ZAP instructions that fix the sign on zero results

In the case of a packed decimal overflow, the result may be a negative zero. The compiler generates a ZAP instruction to make these potential negative zeros into positive zeros. In compute intensive applications, this can lead to a lot of ZAP inst...
over 10 years ago in COBOL Compilers 9 Not under consideration

Enable to create executable programs in PDS

Requirement:Our customer requires to enable to create the programs in PDS strongly. Requested Completion Date:2014/03/31 Background:The program modules, which are compiled by Enterprise COBOL V5, should be reside in PDSE. Then our customer faces t...
over 10 years ago in COBOL Compilers 2 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...
over 3 years ago in COBOL Compilers 2 Not under consideration

DIAGTRUNC in context with PERFORM VARYING

Missing WARNING when a variable value is exceeded. We just found that using PERFORM a variable overrun is not always handeled in the same way. Example: 05 IND-D PIC 9(2). MOVE +102 TO IND-D IGYPA3228-W High order digit positions in the sender may ...
about 7 years ago in COBOL Compilers 2 Not under consideration

Having the compiler points out invalid move

During the COBOL 6 migration we encounter several cases where some invalid data are moved into numeric edited decimal data. Eg: 01 W-PIC9-1 PIC 9.01 W-PIC9-2 PIC 9. MOVE 'à' TO W-PIC9-1[...]IF W-PIC-9-1 = W-PIC9-2[...]Could supply you with the rea...
over 7 years ago in COBOL Compilers 3 Is a defect

Cobol V6 - PARMCHECK option

The PARMCHECK option of Cobol V6 (PTF for APAR PI78089) is used to detect the memory overflow performed by a subprogram called by a CALL statement.PARMCHECK is limited to adding a buffer zone at the end of the Working-Storage of the calling progra...
over 7 years ago in COBOL Compilers 2 Not under consideration

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 - 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, ...
almost 4 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...
almost 4 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...
almost 4 years ago in COBOL Compilers 6 Not under consideration