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 8216

COBOL DISPLAY prefixed by program-id - compile option

If COBOL developers make DISPLAY in CICS and do not ensure that the DISPLAY-text contains a unique identifier, it can be very difficult to find the programs, that make the DISPLAYs and a lot of parallel DISPLAYs can be a serious performance proble...
almost 6 years ago in COBOL Compilers 8 Not under consideration

Boolean support and bit manipulation

Support for Standard COBOL "Boolean support and bit manipulation".This includes (but is not limited to those I might have overlooked):- Boolean data PICTURE clause, i.e.: USAGE DISPLAY PICTURE 1.- USAGE BIT, i.e.: USAGE BIT PICTURE 1(8).- GROUP-US...
almost 9 years ago in COBOL Compilers 6 Not under consideration

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

Show inserted CICS elements as part of the source code COBOL listing

When compiling with the COBOL co-processor, when CICS elements DFHEIBLK and DFHCOMMAREA are not coded by the programmer they are inserted by the compiler into the LINKAGE SECTION and as parameters on the PROCEDURE DIVISION statement.The elements d...
over 6 years ago in COBOL Compilers 9 Not under consideration

User defined constants

Implement user defined constants using the COBOL Standard "Constant entry".
almost 9 years ago in COBOL Compilers 8 Not under consideration

REGEX Function like in PL/I

Hi IBM, you've delivered the REGEX function in PL/I for the use of regular expressions in string searches. This would be nice in Cobol as intrinsic function too. Regards, Michael
almost 2 years ago in COBOL Compilers / z/OS 12 Planned for future release

SYSMDECK: Flag Begin and End of COBOL code which has been included by COPY or EXEC SQL INCLUDE

In SYSMDECK output of the new COBOL compiler (V5), we see all COBOL code, which has been included to the source by COBOL COPY or EXEC SQL INCLUDE.The orginal COPY statement is modified to a comment and could be considered as BEGIN of copied code -...
over 10 years ago in COBOL Compilers 8 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

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]
almost 11 years ago in COBOL Compilers 5 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...
about 11 years ago in COBOL Compilers 3 Not under consideration