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 112

LIST Option causes issues with messages from COBOL 5.2 compiler

When compile parm LIST is used with the parm FLAG(I,I), compiler diagnostic messages that are supposed to be printed at the end of the source listing (page 327 Programming Guide SC14-7382-03) are in fact printing in the middle of the output ahead ...
over 8 years ago in COBOL Compilers 3 Delivered

Cobol JSON PARSE to EBCDIC

It should be possible to parse a JSON that is in ebcdic. When using JSONs as a dynamic way to store data or to send data between mainframe applications, we always have to convert the generated JSON to EBCDIC and convert it back to UTF-8 in order t...
over 1 year ago in COBOL Compilers / z/OS 8 Delivered

Improve COBOL OFFSET report usability

Without the OPTIMIZE option in earlier versions (or with OPT(0)), the location of the first instruction generated for each statement could then be used when debugging a failing program to accurately deduce the COBOL statement that was being proces...
almost 5 years ago in COBOL Compilers 4 Delivered

Enterprise COBOL to support greater than 999,999 lines in source listing

Since the introduction of Enterprise COBOL version 5 in 2013/2014, IBM has been all about eliminating constraints and limits in the COBOL compiler. In Enterprise COBOL version 6, IBM introduced the 64-bit backend processing to support programs of ...
over 3 years ago in COBOL Compilers 6 Delivered

Warning at lack of end-evaluate

It would be handy if the lack of end-evaluate would be reported with a warning.
almost 11 years ago in COBOL Compilers 8 Delivered

New UUID built-in function generating a version 4 UUID per RFE 4122

New UUID built-in function generating a version 4 UUID per RFE 4122 (125715) Please provide a new UUID built-in function generating a version 4 UUID per RFC 4122. To be able to generate version 4 and 5 in the same program we suggest the following...
about 5 years ago in COBOL Compilers 3 Delivered

Message IGYPG3192-E should be issued when Reference Modification with Inline Calculation is performed

When performing a MOVE operation with Reference Modification that uses Inline Calculation, if possible the compiler should detect if it will go beyond the rightmost character of the target variable and if so error message IGYPG3192-E should be iss...
about 7 years ago in COBOL Compilers 3 Delivered

64 bit support in COBOL

We need 64 bit addressing capability with our COBOL application program executables.
over 8 years ago in COBOL Compilers 2 Delivered

Suppression of IGYCB7312-I messages that appear in the compile listing when inlining occurs

This is an enhancement request to add a sub-optionto the INLINE compiler option that allows for the suppression of the IGYCB7312-I messages that appear in the compile listing when inlining occurs.
almost 4 years ago in COBOL Compilers 4 Delivered

SlackBytes on Sync-Structures should be flagged

Given Structure:05 MyStructure.10 FirstItem PIC X(3).10 SecondItem S9(8) BINARY SYNC.After FirstItem, the Compiler will insert a non-accessable Byte, called SlackByte, for Alignment.I need a Compiler Message (Informational), every time when a Slac...
over 11 years ago in COBOL Compilers 6 Delivered