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 8503 of 8503

Dual control function for Policy mgmt

In GDPS you can make changes to your policies in option 1 Dasd Remote Copy > 2 Policy Mgmt. With the new GDPSADMIN.DASDCTL profiles the protection possibilities have increased, but having this changed under dual control would be a good improvem...
9 days ago in GDPS 0 Submitted

Dual control function for DASD Config

Within the DS8K there is protection in place that a (malicious) person is not able to delete/alter devices that are part of safeguarded copies. We have a cybervault LCP setup to ensure we have immutable backups of our systems, and activated Dual C...
9 days ago in GDPS 0 Submitted

z/OS Connect - EntireX - Natural integration

It is requested to enhance the z/OS Connect product to provide API-REST interfaces to Natural modules and to allow API-REST interfaces to be invoked from Natural modules.Currently, the product is designed to provide API-REST interfaces to COBOL pr...
9 days ago in z/OS Connect 0 Under review

Add support for usage of data area for arrays in the request of API Clients using top down approach with z/OS Connect open api 3

When generating data structures for an API requester based on an OpenAPI file that includes an array in the request parameters, Gradle generates a data structure using a data area. However this is not supported right now since the host api verb BA...
17 days ago in z/OS Connect 0 Planned for future release

Issue alert/warning message when PS reaches limit

Dear support, We've suffered quite a lot situations that when parallel server limit of a workstation was reached the jobs scheduled to run on that workstations were pending submission with status "Submit in progress". But we couldn't see a warning...
3 months ago in IBM Z Workload Scheduler 0 Future consideration

Port STCK functions from PL/I to COBOL

Hello. COBOL provides intrinsic functions to get date in time in formatted format. I need to also get the STCK (and/or STCKE) values in bin/hexadecimal. PL/I has these features : pex PLISTCK(val) to put the STCK value in val. Is it possible to por...
6 months ago in COBOL Compilers / z/OS 1 Future consideration

Need a step by step tutorial for Unit testing with local projects

The documentation has some samples but with remote datasets. It will be helpful to have a tutorial with local projects as there is no zUnit property groups and building the testcase is different.

Support 66 levels in Unit testing

66 levels are valid COBOL definitions for working storage and linkage areas, and prevents zUnit from generating test cases for programs containing these.

Support for EXTERNAL data

zUnit should support data items declared as EXTERNAL. If a data item in COBOL is declared as EXTERNAL it can be used to pass data from a calling program to a subprogram, and therefore should be recorded as if it is a parameter. Also when calling a...

Validate playbackfile in DTR runtime

When pushing a zUnit testcase in a pipeline (and maybe other places) the playbackfile isn't validating with possible result a testcase is run forever (or until canceled). The functionality to validate the playback file is present in ZVTP and would...