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

Pinned ideas

PINNED Respect $HOME/.config/go/env
After adding eval $(/path/to/goz-env) in .profile, each time I log in to OMVS, I get 3 or 4 lines about $COMPILER_PATH. Can you add config to turn this off, please? Second, even if I have $HOME/.config/go/env (per XDG spec), go env says that `go` ...

All ideas

Showing 8503

Provide support for PUT and GET statement

I am opening this RFE on behalf of the customer. They are requested that zUnit provide support for PUT and GET statement In essence, lift the limitation documented at this link https://www.ibm.com/support/knowledgecenter/en/SSQ2R2_14.2.0/com.ibm.e...

The function to import a test file as a stub is not available for local projects.

The function to import a test file (local or remote) as a stub is not available for local projects.

Support POINTERs in Copybooks

Z Unit UI needs to be able to support POINTERs + LENGTHS for both Batch and Online. Ie, it should make the area addressed by the pointers available to the UI, both in and outbound from the programs being tested.

Support "EXEC CICS ADDRESS TWA" in Unit testing

"EXEC CICS ADDRESS TWA" is a common syntax using in CICS, without the support we have a large portion of application team cannot adopt ZUnit.

Only able to record testcases from a single loadmodule

We are having the same program linked into multiple loadmodules. We would like to record testcases from all loadmodules, but after the first recording, the record dialogue has the Program name locked. And according to instrcuctions, the "Program n...

Search in the Test Case Editor

We are about to use zUnit for our existing payroll sources. But our sources have a large, automatic generated Linkage section with a lot of variables.We have the need to identify single variables to check their content (after recording) or to set ...

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

Not using 'USING' but working with adresses

We found out, that we only have the variables of the linkage section, that were transferred with PROCEDURE DIVISION USING … In the Test Case Editor. The functionality in our programs is different. There is no USING, we use the so called ‘Versorger...

PLI-Support for specifying an expected value for a return statement such as RETURN(Expression)

The zUnit test case editor does not allow specifying an expected value for a return statement like RETURN(Expression).