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

Clear

Ideas

Showing 299 of 9154

SSRANGE Functionality Enhancement

Enhance SSRANGE regardless of selected option (MSG/ABD) to stop memory overlays when starting position for reference modification exceeds target data field length.
almost 4 years ago in COBOL Compilers 1 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.
over 10 years ago in COBOL Compilers 5 Not under consideration

Display the names of libraries that store declarations of tables and variables in generated DB2 precompiler and coprocessor listing.

DCLGEN is used to produce declarations for tables, views, and variables for C, COBOL, or PL/I program, these declarations can be included later in the program via: EXEC SQL INCLUDE member-name END-EXEC. where member-name is the name of the data se...
over 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...
almost 3 years ago in COBOL Compilers / z/OS 2 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.
about 11 years ago in COBOL Compilers 2 Not under consideration

Separate NUMCHECK's MSG/ABD suboptions by type

We're trying to ease our developers into NUMCHECK, and have mostly got PAC through, using the parameter NUMCHECK(NOZON,PAC,NOBIN,ABD) unless specifically requested to downgrade to NUMCHECK(NOZON,PAC,NOBIN,MSG) for a temporary duration (until the c...
almost 7 years ago in COBOL Compilers 2 Not under consideration

Enhance INITCHECK(STRICT) for different types of used-before-set warnings

Given:INITCHECK(LAX) will issue IGYCB7311-W when a data item is completely uninitialized on all logic paths leading to that statement. INITCHECK(STRICT) will issue IGYCB7311-W when a data item is uninitialized on any logic paths leading to that st...
over 5 years ago in COBOL Compilers 2 Not under consideration

Enterprise COBOL - Capacity to exclude line comments from LISTING and MDECK

Hi, As explained in requests COBOLVUE-I-319 and COBOLVUE-I-352, we want to be able to exclude certain comment lines both from the compilation Listing but also in the expanded source produced by the MDECK compilation option. The *CONTROL NOSOURC...
over 1 year ago in COBOL Compilers / z/OS 3 Not under consideration

Message added with the sysout

Our request is at the NUMCHECK compilation option ... MSG versus ABD sub-option. When we put NUMCHECK (ZON (ALPHNUM), PAC, NOBIN, MSG), In runtime when the INVALID DATA is encountered, a nice message is added in the SYSOUT like for example: IGZ027...
over 5 years ago in COBOL Compilers 5 Not under consideration

A new rule to RULES(NOLAXPERF)

When indexing into strings, there should be a warning when not using optimal variables for the index variables.
almost 6 years ago in COBOL Compilers 1 Future consideration