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

COBOL ability to read ESDS datasets by RBA

Add the ability for Cobol to read ESDS datasets by RBA (Relative Byte Address). If the above is added, you should also add the ability to return (or know) the RBA when data is written to an ESDS dataset.
about 8 years ago in COBOL Compilers 2 Not under consideration

Performance impact when compiling with DB2 coprocessor

When preparing a Cobol-DB2 program with integrated DB2 coprocessor, the Cobol compiler generate an unique SQLDA and feeds it before each SQL access, (DB2 pr?-processor generate an independant SQLDA for each SQL access, and resolve host-variable ad...
over 8 years ago in COBOL Compilers 10 Not under consideration

Eliminate recording mode warning

RECORDING MODE is an IBM extension that is required only to "specif[y] the format of the physical records in a QSAM file", and unless one needs format 'U' it can be assumed based on the other characteristics of the file definition. I would like to...
over 9 years ago in COBOL Compilers 4 Not under consideration

Ask for OPEN I-O statement set the open input flag in SMF 62

We need to make statistics on how files are used on our system. For that we use SMF record 62. But when the file is open in I-O in a Cobol Program, COBOL open the File In OUTPUT only, so the flag Input Processing in field SMF62MC1 remains to NO.We...
over 9 years ago in COBOL Compilers 2 Not under consideration

Cobol V5 sequence detection

Detect the following sequence at compilation with a warning : 'move num-4b (binary format) to num-4p (packed format)' that can give truncation at execution
over 9 years ago in COBOL Compilers 2 Not under consideration

Only for testing purposes - do _not_reply! Thanks.

This RFE is only for testing purposes (notification doesn't work correctly). Do not replay on this RFE. Thanks.
over 9 years ago in COBOL Compilers 3 Not under consideration

Seamless 64-bit Linux support for COBOL Importer

On Red Hat Linux 6.0 64-bit or newer, the COBOL importer code in IBM Integration Bus Toolkit does not work. Additional configuration is required to install RedHat libraries. Discussion with the Enterprise COBOL team reveals that this is a limitati...
about 10 years ago in COBOL Compilers 3 Not under consideration

PERFORM with WHILE phrase

A Perform While should be exactly as Perform Until except "the procedures referred to are performed while thecondition specified by the WHILE phrase is true"
over 10 years ago in COBOL Compilers 5 Not under consideration

Ask for OPEN I-O statement set the open input flag in SMF 62

We need to make statistics on how files are used on our system. For that we use SMF record 62. But when the file is open in I-O in a Cobol Program, COBOL open the File In OUTPUT only, so the flag Input Processing in field SMF62MC1 remains to NO.We...
over 10 years ago in COBOL Compilers 6 Not under consideration

Make some BINARY data types immune to TRUNC compiler option

Enterprise COBOL has four binary "USAGE"s. BINARY, COMP, COMP-4 and COMP-5.Compiler option TRUNC affects the code generated for these, except for COMP-5, which is always treated as COMP-5, whatever the setting of TRUNC.If I want to "divide by 10 a...
almost 11 years ago in COBOL Compilers 3 Not under consideration