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

Dependency Based Build

Showing 7

Package DBB as a z/OS Container image

After the introduction of the z/OS Container Platform we want to leverage that and package our build framework (based on DBB) into a container. This allows us to more easily decide what version of DBB we work with and can more easily add features ...
about 2 months ago in Dependency Based Build 1 Future consideration

UserBuild enabled IDEs to pass dependency set for uploading to USS

Problem: We are facing an issue where a certain type of programs dependencies are not being discovered during the user build. The program will compile just fine as long as the dependencies are available on USS. So one challenge is to get all the r...
almost 2 years ago in Dependency Based Build 5 Future consideration

Provide Troubleshooting section in documentation

When running builds which fail/abend in an MVSExec or another Unix System Services process, it can lead return codes which are difficult to troubleshoot. Users have reported their trouble with diagnosing these issues in the community repositories:...
over 1 year ago in Dependency Based Build 0 Future consideration

DBB: C and C++ compile support including ErrorFeedback

Currently only PLI, Cobol and Assembler compiles with ErrorFeedback are supported in the latest DBB version of IDz16. For the programming languages C and C++ there is no standard support. A custom implementation in Groovy for the C and C++ compile...
almost 2 years ago in Dependency Based Build 2 Future consideration

Enhancements for validating DBB toolkit setup/configuration

Please consult the thread at https://github.com/IBM/dbb-zappbuild/discussions/466 I am often asked to validate things with regards to DBB/zAppBuild. Many of these tasks I manually do, though I have a few scripts of my own that do some of it. I rea...
9 months ago in Dependency Based Build 0 Future consideration

Dependency scanner to use CSECT in BZUCFG to support when moduler-under-test is different from loadmodulename

If you perform zUnit testing on a program which is located in a load module which has a different name than the program name then DBB reads he BZUCFG incorrectly. The situation happens when testing statically called programs, or when the main prog...
about 1 year ago in Dependency Based Build 2 Future consideration

DBB API - Manage a return code for each MVSExec for a chaining sequence in an MVSJob

Hi, The MVSJob API allows you to chain MVSExec objects and execute them in sequence until an RC value exceeds the specified maxRC value. Sample from zAppbuild BMS.groovy: def rc = new MVSJob().executable(copyGen) .executable(compile) .executable(l...
over 1 year ago in Dependency Based Build 0 Future consideration