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 272 of 8217

Bring SQL-Compiler-Suboptions into LoadModule, especially ATTACH(TSO/CAF/ULI)

We try to find out whit compiler options are used for some programs on load library. When using the FM-LoadModule-Analyzer, we can list the compiler options of the load modules. If the program uses SQL, we see "SQL" as COBOL-option, but not the us...
11 months ago in COBOL Compilers / z/OS 3 Planned for future release

Facilitate use of COBOL records in EXEC SQL multi-row operations.

Given a COBOL record like01 X. 05 Y1 ... 05 Y2 ... ...in a COPYbook which could be used as a target for a SQL FETCH(let's say generated by DB2's DCLGEN), we need a mechanism to define an other record like01 table. 03 X . 05 Y1 occurs 100 times ......
over 10 years ago in COBOL Compilers 9 Not under consideration

Compiler support for +80 character lines

With the release of the IBM Z Open Editor for Visual Studio Code, more IBM COBOL is edited in an editor not limited by 80 characters.We request an option to the z/OS COBOL compiler, to be able to read COBOL code without a limit of 80 characters.An...
over 2 years ago in COBOL Compilers 3 Not under consideration

Missing functions in COBOL

To determine the size of an array, most programmers use a constant and check the index against the constant. As an alternative compiler option SSRANGE can be used, which is not very performant.It might be a good choice to have functions which retu...
over 6 years ago in COBOL Compilers 3 Not under consideration

JSON PARSE error handling offset needed

Cobol Developer coding the JSON parsing and associated Error Handling For JSON PARSE statement, when a condition occurs (JSON-CODE > 0 or JSON-STATUS > 0) then expose the offset where the condition occurred. Make the offset available to the ...
over 3 years ago in COBOL Compilers 6 Not under consideration

Enterprise COBOL - Introduce equivalent of conditional compilation in management of compilation options in SYSOPTF

Hi, Managing compilation options can be complex due to the multiplicity of contexts: batch, cics, db2, static call, dynamic call, etc. This complexity is increased when several versions of the IBM Enterprise COBOL compiler must coexist with opt...
6 months ago in COBOL Compilers / z/OS 1 Not under consideration

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...
over 1 year 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...
over 1 year ago in COBOL Compilers / z/OS 1 Not under consideration

Perform until exit

Now that COBOL finally has proper EXIT statements there should be a way to speciify an "infinite" loop, or rather a loop that has no explicit end condition but depends on the use of EXIT PERFORM (or EXIT PROGRAM, STOP RUN, GOBACK) to terminate the...
almost 9 years ago in COBOL Compilers 10 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)...
over 1 year ago in COBOL Compilers / z/OS 3 Future consideration