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 9

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...
3 months ago in Dependency Based Build 0 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:...
9 months ago in Dependency Based Build 0 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...
over 1 year ago in Dependency Based Build 5 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...
over 1 year ago in Dependency Based Build 2 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...
8 months ago in Dependency Based Build 2 Future consideration

Gradle support

Gradle support as part of DBB would bring the build capabilities closer to the rest of the industry. By supporting Gradle existing Gradle plugins for pipelines could be used. Having DBB as it's own build process continues to make it just different...
over 1 year ago in Dependency Based Build 2 Future consideration

Would like to have the DBB Userbuild Configuration parameters to be set one time (like with in the Property Group or other with other concept lile YAML/XML file)

This will reduce the developers effort when ever they build a DBB user Build
6 months ago in Dependency Based Build 0 Future consideration

Addition of an "USS Command" record and enhancements to the DBB BuildReport table

USS Command record : This new record would be used to store information about the execution of a USS command. It would be reported in the DBB BuildReport for subsequent processing (like packaging or UCD component version creation). This record wou...
about 1 year ago in Dependency Based Build 1 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...
9 months ago in Dependency Based Build 0 Future consideration