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 8228

Implement: 01 var1 LIKE var2.

Often variables are defined in copybooks or DCLGEN copybooks. There are times when the definition in that copybook changes slightly and it would be nice if a developer could simply rely on the compiler to use the picture of the copybook variable a...
10 months ago in COBOL Compilers / z/OS 4 Future consideration

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

Handle abend when using JSON GENERATE statement

We are facing an issue when using the JSON GENERATE cobol statement with cobol variables containing incorrect value. For exemple, in the case of a numeric variable containing spaces, the order triggers an ASRA abend and the generated json buffer i...
about 1 year ago in COBOL Compilers / z/OS 2 Planned for future release

Provide a FUNCTION MAX-LENGTH for the maximum length of self-referencing ODO structures

If a linkage section structure contains one or more ODO items resident in the structure itself, Enterprise COBOL provides no means of determining the maximum length of such a structure for allocation purposes, short of a numeric literal copied fro...
about 1 year ago in COBOL Compilers / z/OS 5 Future consideration

Option to prevent inadvertent use of LINKAGE-SECTION data items prior to establishing addressability

In a COBOL program, the LINKAGE SECTION is used to describe data structures that are made available to this program from another program or method. Addressability to these data structures are established in a variety of ways, such as via reference...
about 1 year ago in COBOL Compilers / z/OS 8 Future consideration

Add a Descriptor and/or Route Code to DISPLAY UPON CONSOLE like in PL/I to do WTO (ASM)

Today, the DISPLAY UPON CONSOLE statement has a default Desciptor Code of 2 and a Route Code of 3. For automated log processing, it is important to be able to specify these codes. The only way today is to call an Assembler program performing WTO. ...
about 1 year ago in COBOL Compilers / z/OS 1 Planned for future release

Enabling suppression of null valued decimal numbers in JSON generate

We have a use case where we sometimes need to return a decimal value of 0.00 in a JSON, and sometimes need to return without that value(suppressed). We do not believe that we currently are able to do that. We move low-values to a decimal variable,...
about 1 year ago in COBOL Compilers / z/OS 2 Future consideration

PARSE support for CSV files

Some of our systems are required to ingest CSV (Comma Separated Variable) files from other platforms. Presently we use SORT or other utility to convert the file to fixed format before passing it to COBOL for processing. In a few cases the COBOL pr...
about 1 year ago in COBOL Compilers / z/OS 2 Not under consideration

Add the ability to obtain ODO counter with the JSON PARSE statement

It would be really useful to us to be able to parse dynamic JSON arrays into ODO COBOL tables, with the JSON PARSE statement giving us the number of actual occurrences filled. Ideally by automatically update the ODO counter. It would also be very ...
about 1 year ago in COBOL Compilers / z/OS 2 Not under consideration

Enterprise COBOL V6+ - Keep the optimization of MOVE during the prolog program on the group data-items declared VOLATILE

Hi When the VOLATILE clause is present on a group zone that contains data-item with VALUE clauses (these data-items are constant and are never modified in procedure, these can be considered as a signature of the program), the optimization of the g...
over 1 year ago in COBOL Compilers / z/OS 3 Not under consideration