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

All ideas

Showing 6117

Write code generation messages, generated by the backend, to SYSPRINT DD dataset if messages are linked to source code.

In the compilation output, each compiler message, with the exception of the code generation messages in the range 5000-5999, produced by the frontend starts with IBMnnnnI X where:- IBM indicates that the message is a PL/I message.- nnnn is the num...
about 8 years ago in PL/I Compilers 3 Not under consideration

Request to include in the GDPS monitoring functions to verify the QHA for duplicated PATH-GROUP-IDs.

The Itau bank faced a situation related to the information showed by the command "DS QD,<dev>,QHA,1". They needed to init disk volumes, but few of them failed informing that were PATH-GROUP-IDs online, the interesting thing when they checked...
about 6 years ago in GDPS 1 Not under consideration

Program code shall never be moved right of column 72

Program code shall never be moved right of column 72 when inserting new text or whitespaces in existing lines. If necessary, inserting shall be prevented.
about 6 years ago in IBM Developer for z/OS / Client Install 2 Not under consideration

Comments should never be moved right of column 72 when inserting new text or whitespaces in existing lines.

Comments should never be moved right of column 72 when inserting new text or whitespaces in existing lines. Lines should automatically be wrapped to new lines starting with an *.
about 6 years ago in IBM Developer for z/OS / Client Install 1 Not under consideration

IDz Cobol Editor Column 1 to 6

In the Cobol Editor we want to have a special handling for column 1 to 6. 1) Every keystroke in column 1 to 6 should trade as entered in overwrite mode when you have any none whitespace char in column 7 to 72. 2) STRG-V with a Content fitting in c...
about 6 years ago in IBM Developer for z/OS / z/OS Application Development 1 Not under consideration

Update CICS WS Security to allow stronger signatures

update CICS Transaction Server to allow stronger signatures
about 6 years ago in CICS Transaction Server for z/OS / Other 1 Not under consideration

ZDT Tools API interface : Provide API to request License Status

New API needed !When using the Query_License script( /opt/IBM/LDK/query_license), it returns informations regarding licensing (logins CPU, max logins CPU, currently active sessiosn with associatied IP adress,...) We need to get this functionnality...
about 6 years ago in Z Development and Test Environment 2 Not under consideration

Interface Dynamic Workload Console with EJBROLE RACF profile to define roles at login.

It's now possible to login to the DWC using a RACF user, and map this user for using it in the TWS subsystem, it would be nice to have a full RACF interface by making the EJBROLE profile available to define Role in the DWC. At the moment we still ...
about 2 years ago in IBM Z Workload Scheduler 2 Not under consideration

AA EGL RTL support children of a widget with RTL

This issue is kind of generic, It's regarding the RTL support, Unlike the HTML, the children of a widget with RTL orientation does NOT always inherit the orientation, most of it has its default LTR settings,that means, when we want to present a sc...
about 8 years ago in IBM Rational Business Developer / EGL Language 3 Not under consideration

Comparing 2 nullable values that are both null returns false

We have 2 variables that are nullable (for example: nullable ints or nullable dates).If both variables are null, and we check them for equality, the result should be true, but it's false. Code example:a, b int?;a = null;b = null;if(a == b) writeSt...
about 6 years ago in IBM Rational Business Developer / EGL Language 2 Not under consideration