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

EGL Language

Showing 140 of 8213

Ability to translate runtime messages

Since we do our business in dutch-speaking areas, we'd like to translate the strings already contained in te product (runtime messages). For instance error messages, show to the user.
over 13 years ago in IBM Rational Business Developer / EGL Language 4 Not under consideration

Generic types and parameters of type any

Parameters of type "any" should have methods returning the type, basic type, length and decimals. Example:x num(10,2);foo(x);.. function foo(p any) writeStdOut(p.type()); writeStdOut(p.basicType()); writeStdOut(p.length()); writeStdOut(p.decimals(...
over 13 years ago in IBM Rational Business Developer / EGL Language 2 Not under consideration

Calling a webservice from java generated EGL on WAS throws webservice runtime exception

Calling a webservice from java generated EGL on WAS throws webservice runtime exception
over 7 years ago in IBM Rational Business Developer / EGL Language 3 Not under consideration

Passing the output parameters to invoke a service function

All the output parameters of an interface function have to be passed asdummy input parameters when invoking the service if the function has more than 1 output parameter. The function as of the interface looks likefunction testFn(inParm int in, out...
over 7 years ago in IBM Rational Business Developer / EGL Language 2 Not under consideration

webservice enableGeneration

webservice enableGeneration property
over 7 years ago in IBM Rational Business Developer / EGL Language 1 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