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

TRIM Intrinstic function

Implement COBOL 2014 Standard TRIM intrinsic function.
almost 9 years ago in COBOL Compilers 6 Delivered

Example of how to build COBOL V6R4 “non OO COBOL to Java interoperability” applications in JCL

We want to establish a Proof Of Concept between COBOL V6.4 and Java. The IBM documentation says this is only possible under USS with the CJBuild Tool. But SCLM is the tool we use to compile our COBOL programs – but it doesn’t work in Unix System ...
over 1 year ago in COBOL Compilers / z/OS 3 Delivered

JSON GENERATE : Conditional SUPPRESS

JSON object, unlike copy cobol, are flexible : a JSON object can have non-mandatory name/value pairs missing. Currently with JSON GENERATE : - for a string, when the value is all space, a single space is kept. - for a number, when the value is 0, ...
about 4 years ago in COBOL Compilers 10 Delivered

Warning at lack of end-evaluate

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

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

Add the hability to process NULL values in COBOL

In order to use some REST/JSON APIs, we need to be able to process NULL value in COBOL. We had oppened the TS004435032 support case on this matter. Is it possible to add cobol support for NULL values or to add it to the JSON PARSE & GENERATE J...
over 3 years ago in COBOL Compilers 12 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

Missing Replacement-String in COPY REPLACING should be flagged

When using:COPY Bookname REPLACING abcd BY wxyz and there is an typing error in operand-1 (here: "abcd") and so no replacement has been done, it should be an compiler message (informational) with a hint like "No Replacement done".It also should be...
over 11 years ago in COBOL Compilers 6 Delivered

64 bit support in COBOL

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

Performance-critical Statements (with extra generated Code by Compiler) should be flagged

When compiling a program with OPTIMIZE, the compiler should flag performance-critical statements and expressions.The Compiler-Program "knows" when to insert extra code for number converting,so it could give a hint to the Programmer, such as an "In...
over 10 years ago in COBOL Compilers 9 Delivered