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

My ideas: COBOL Compilers

Showing 274

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"
almost 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...
about 10 years ago in COBOL Compilers 6 Not under consideration

Cobol Date Functions

Developers use different date functions in most of the COBOL programs. These functions get executed hundreds of millions of times a day in various programs. We have inhouse written product, which may not be efficient and this probably a requiremen...
about 10 years ago in COBOL Compilers 7 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...
over 10 years ago in COBOL Compilers 3 Not under consideration

OPEN Operation Extensions

Allow for additional processing to be associated with OPEN operations based on whether the file is OPEN as INPUT or OUTPUT.(Feature is not available for OPEN I/O or EXTEND.) The aim is to facilitate easier introduction of Headers and Trailers proc...
over 10 years ago in COBOL Compilers 3 Not under consideration

Provide Language Environment support for JES symbol service

A new facility in z/OS 2.1 is the JES Symbol Service (IAZSYMBL), which, among other things, allows an assembler program to obtain the value of JES system symbols SYS_CORR_CURRJOB, SYS_CORR_LASTJOB, and SYS_LASTJOBID after a task has submitted a jo...
over 10 years ago in COBOL Compilers 2 Not under consideration

Create a CICS CBL statement to indicate a COBOL program is threadsafe

Create a CBL statement that can be included in the COBOL source program that indicates the program is threadsafe. At compile/linked time the compiler/linkeditor should detect this CBL statement and indicate that the load module is threadsafe. If r...
almost 11 years ago in COBOL Compilers 5 Not under consideration

SYSDEBUG and the compile listing do not have the same information for APA to report the consistant CPU time

Bank of America is complaining about the difference between the 2 reports produced in APA.They also say the results using the listing are correct because more code is generated at the END-PERFORM. The compile listing shows the correct results. The...
about 11 years ago in COBOL Compilers 6 Not under consideration

cannot debug big program with IBM COBOL for AIX

For 32-bit applications, the debug format on AIX, stabstrings, uses a two byte field for storing line numbers. Therefore the line numbers that can be represented are 0 - 65535. Therefore source files with more than 65535 lines will cause difficult...
over 11 years ago in COBOL Compilers 5 Not under consideration

[Copy] Enterprise COBOL V6R4 - IGZPROUT - Add "SERVICE" information in report

Hi, IBM Enterprise COBOL V6R4 allows you to produce a report of all subroutines called by dynamic call. We would like the information introduced by the SERVICE compilation option to be included in the IGZPROUT report. This would meet one of our...
almost 2 years ago in COBOL Compilers / z/OS 1 Not under consideration