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 8224

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...
over 5 years ago in COBOL Compilers 4 Not under consideration

COBOL 6 should use zIIP processor

The Enterprise COBOL Compiler Version 6 (and also V5) use much more CPU Resources than Version 4.Not only 12 Percent, but Factor 12.We need 12 times more CPU for compiling than in the older versions.Some parts of this workload should be zIIP-enabl...
over 6 years ago in COBOL Compilers 2 Not under consideration

Improve Enterprise COBOL 5/6 performance in high volume CICS transaction environments

Enterprise COBOL 5/6 includes a completely rewritten "back end" that generates high performance object code. It's "claim to fame" is the significant performance improvements it offers customers. However, those performance improvements are only ava...
over 7 years ago in COBOL Compilers 4 Not under consideration

31Char long COBOL words (current 30)

COBOL words (variable names...) can only be 30 characters.In ISO Standard it is limited to 31 bytes.Please enlarge the allowed length of such names.
about 9 years ago in COBOL Compilers 5 Not under consideration

z/OS 2.1 JCL-Variables GET/SET via COBOL Program

It would be nice, if a COBOL Program could set or get an JCL-Variable, because of exploiting the new z/OS V2.1 Variable Handling.This could bring some benefit for larger Batch-Applications with many Steps and Jobs.
over 9 years ago in COBOL Compilers 2 Not under consideration

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...
12 months ago in COBOL Compilers / z/OS 2 Planned for future release

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

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

Bring back Compiler Message placement at the end of the Compiler Listing

In current versions of COBOL, compiler messages are placed in the middle of the listing, between the "Data Division Map" and the "Assembler Listing". This makes them hard to find and makes life harder and frustrating for the programmer when he/she...
almost 7 years ago in COBOL Compilers 1 Not under consideration

SSRANGE suboption to check for a modified length resulting in a negative length

A new SSRANGE suboption is needed that should be useable also in production.This suboption should create extra checking code only if a "modified reference" (that modifies the default length of a variable) involves a variable value. In this case th...
over 7 years ago in COBOL Compilers 4 Not under consideration