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 280

JSON PARSE – Conversion / Differentiation of NULL values

NULL values in PATCH method (how does Java actually differentiate?) When using the http request method PATCH it is necessary to distinguish whether a field was omitted or whether a null value was sent. A construct similar to the JSON PARSE conv...
about 2 years ago in COBOL Compilers / z/OS 4 Not under consideration

Cobol JSON PARSE - Keep unparsed JSON Structures/Fields

It should be possible to store everything that is attached under a JSON object that you specify in an Xer field. For example, if I get a list of orders that I then have to pass on to subprograms, I would like to be able to parse {"topic": "xy", "o...
about 2 years ago in COBOL Compilers / z/OS 1 Not under consideration

provide a COBOL cross-compile environment for Linux on System z target

provide a way to generate program objects that can run under Linux on system z, e.g. by adding compiler option specifying target [operating system=SUSE|RedHat, architecture, addressing environment]
over 11 years ago in COBOL Compilers 5 Not under consideration

Improved storage usage when using moves to change encodings

We are using the functions display-of and national-of to dynamically change between encodings. Like this: MOVE FUNCTION DISPLAY-OF ( FUNCTION NATIONAL-OF ( INPUT-DATA (1:INPUT-LENGTH), CHARSET-CCSID), 277) TO OUTPUT-DATA (1:EXPECTED-OUTPUT-LENGTH)...
about 2 years ago in COBOL Compilers / z/OS 3 Future consideration

Option to have spaces treated as zeros at Runtime

Our COBOL V6 migration has been painful and slow. Much of this due to 'invalid data'. The biggest pain for our applications folks are when copy books and linkage areas initialized to spaces at the 01 level. To code around this in V6 is a lot of ex...
over 3 years ago in COBOL Compilers 4 Not under consideration

Provide ISO 2014COBOL Decimal Floating Point Support

Submitted By: 3100012QSB #56Submitted Date: 2016-06-14, Submitted By: Cheryl Watson
over 8 years ago in COBOL Compilers 4 Not under consideration

Free Source Format

The e-COBOL Compiler should follow the standard 2002 with the definition of free source format. It should be implemented how it was done in COBOL for AIX.- variable length up to 252 columns- existence of area A and area B (not standard-2002!!!)- s...
over 11 years ago in COBOL Compilers 3 Not under consideration

Implement dynamic-capacity tables

Implement dynamic-capacity tables as defined by the COBOL 2014 standard (INCITS/ISO/IEC 1989:2014 [2014]).
over 9 years ago in COBOL Compilers 7 Not under consideration

SSRANGE have more granular suboption such as enabling checking to target (update) fields only

During runtime whenever COBOL code don't well handle for reference modification fields such as below it would cause serious storage overlay especially within CICS. WS-A PIC X(10)WS-B PIC X(20)WS-POS PIC S9(04) COMP MOVE WS-A TO WS-B (WS-POS:) Whil...
about 6 years ago in COBOL Compilers 4 Not under consideration

JSON PARSE error handling messages filter

Cobol Developer coding the JSON parsing and associated Error Handling For JSON PARSE statement, provide a mechanism for the application code to indicate which JSON-STATUS conditions are acceptable and which are to be considered errors.
almost 4 years ago in COBOL Compilers 2 Not under consideration