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 34

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

Add Docker support to DBB server

Sun Life is interested in running DBB Web Server (non-mainframe component) into Docker. It aligns with their overall enterprise strategy. It will be more efficient for Sun Life to have DBB running on Docker than maintain a server on a distributed ...
over 2 years ago in Dependency Based Build 1 Not under consideration

Documentation doesn't mention soft link for /usr/bin/env which seems to be needed for scripts to work properly

Having this mentioned in documentation may save a big number of hours of debugging everyone's first build process with DBB and groove. The user responsible for running dbb builds has Bash set as their default shell (configured via OMVS PROGRAM set...
over 1 year ago in Dependency Based Build 0 Planned for future release

zappbuild Assembler.groovy DD updates

For Assembler.groovy to work in my environment I have had to make the following modifications. I think these for fit nicely into the zappbuild application We use SYSTERM linkedit parm and would like it to optionally print along with the other prin...
over 1 year ago in Dependency Based Build 1 Not under consideration

Support for the Fortran programming language in Dependency Based Build is needed.

The current GA release of DBB does not support the Fortran programming language. This is a requirement for usage of DBB in our Enterprise environment.
about 4 years ago in Dependency Based Build 1 Not under consideration

Garanti Bank: RFE DBB's Load Scanner

Garanti is requesting an enhancement to the current load scanner to optionally report from the DBB WebApp both static and dynamic references within a given load module after a build. Dynamic modules include standard dynamic calls (DYNAM) and DLL b...
over 4 years ago in Dependency Based Build 3 Not under consideration

Need OpenID Connect for Liberty Webserver to work with DBB

Current Security Model used by DBB - LDAP or internal security are not approved standards for security at Bank of America.
over 2 years ago in Dependency Based Build 1 Not under consideration

zAppBuild should provide a way for deleting the build datasets and the collections which are no longer needed

DBB does not have API to delete datasets, but the JZOS API has. From Joseph Taffe-Atkins5/UK/IBM I believe this is worth an enhancement request in zAppBuild to provide a way for deleting the build datasets and the collections which are no longer n...
about 3 years ago in Dependency Based Build 1 Not under consideration

DBB Toolkit API - Make execution of PROCS possible via MVSExec

At our company we make regular use of procedures in our JCL's and before we call these procedures we also make use of include members to set all kinds of variables used in these procedures. Example of a part of a jcl where we use a proc, called AP...
about 3 years ago in Dependency Based Build 1 Not under consideration

Add support for the ++INCLUDE statement to the DBB Scanner

The IBM PL/I Compiler supports the ++INCLUDE construct using the PP(INCLUDE('ID(++INCLUDE)')) Compile parameter. The Scanner in DBB does not support the ++INCLUDE construct when scanning PL/I source code for include member dependencies. This lack ...
over 3 years ago in Dependency Based Build 0 Is a defect