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

IBM Rational Business Developer

Showing 213 of 8222

Display called programs in debug

A window/view to display all called programs, functions during a debug session including programs loaded from eglar files.The function should be interactive, i.e. show progress as the debug session is running.The requested option is implementing t...
about 11 years ago in IBM Rational Business Developer / User Interface (IDE) 3 Not under consideration

5 missing EGL types for numeric

We are missing for following COBOL types, corresponding EGL types.Because of these missing types, we suffer performance loss in the generated COBOL. COBOL Types EGL typesPIC 9(3) National ?PIC S9(3)V9(2) National SIGN LEADING SEPARATE ?PIC S9(3)V9...
almost 15 years ago in IBM Rational Business Developer / EGL Language 5 Not under consideration

RTL support for RUI widgets

The alignment property of the data grid widget is not working,It always keeps the data left aligned. In the DataGrid widget code (com.ibm.egl.rui.4.3.1/EGLSource/com.ibm.egl.rui.widgets/DataGrid.egl) at line 280columnClass[column] = "EglRuiDataGri...
over 7 years ago in IBM Rational Business Developer / EGL Language 2 Not under consideration

Need a Symparm to reduce default (10x) initialization of Dynamic Array

When EGL is generated to COBOL a definition of Dynamic Array gets initialized by default 10 times. We would like to have a Symbolic Parameter (BuildDescriptor) to reduce this default initialization to less (ex. 1 time) to reduce memory consumption.
over 11 years ago in IBM Rational Business Developer / EGL Language 3 Not under consideration

Memory de-allocation of Library Function variables before leaving the function

We would like to see the automatic de-allocate of the local Library Function Variables before leaving the Function. This would reduce the memory consumption of the CICS Transaction.
over 11 years ago in IBM Rational Business Developer / EGL Language 5 Planned for future release

suppressChangeEvent on DojoCheckBox and other Dojo-fields

RBD9.5 introduced a property suppressChangeEvent on DojoTextField. This was very useful since we were now able to eliminate a lot of code that would simulate this working when set to true. However, this property seemed to be implemented on text-ba...
over 7 years ago in IBM Rational Business Developer / EGL Language 1 Planned for future release

(RUI) Want to be able to find a field/variable/widget in the DOM Tree programmatically.

(RUI) Want to be able to find a field/variable/widget in the DOM Tree programmaticallyThen be able to manipulate the widgetCurrent solution - added attribute and are "looking" for it, but wondered/wanted easier way
almost 8 years ago in IBM Rational Business Developer / EGL Language 1 Planned for future release

EGL/RUI is consuming unnecessary memory from the browser. We need an automatic garbage collection process just like in Java..

To manage memory consumption in EGL/RichUI applications, you have to either reuse widgets or destroy widgets 'manually'. Reusing widgets makes software unnecessary complex postponing memory issues in larger apps. Manually destroying widgets is tim...
about 12 years ago in IBM Rational Business Developer / EGL Language 3 Planned for future release

Support substrings with length zero in EGL

EGL supports the concept of substrings by means of the syntax: source[start:end], which returns the substring of source from position start to end, including both start and end position. Currently, when end is less than start, a run-time exception...
almost 13 years ago in IBM Rational Business Developer / EGL Language 3 Not under consideration

Retrieve user and password from HTTP header

We have an EGL service which calls several RPG programs. In order to run these RPG programs under the loggod on user we pass the user and password to the EGL service as parameters.We rather pass the user and password in the HTML header (using Serv...
over 13 years ago in IBM Rational Business Developer / EGL Language 6 Not under consideration