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.

Status Planned for future release
Categories EGL Language
Created by Guest
Created on Dec 15, 2011

EGL problem with DB2 Warnings

There's a problem with DB2 Warnings in EGL, because they're been
treated like errors, not like warnings.

It's a little difficult to reproduce the problem because i haven't been
able to get a DB2 warning on purpose, but we've got this problem twice
in a production enviroment.

The warning we get in this case is 437 (it's warning because it's not
negative) which means that "Performance of this complex query may be
sub-optimal."

The problem is that EGL is treating this warning as an error, the query
does run and it goes to the "onException" clause.

GetDeprDocsCenteraList exception EGL0502E EGL0502E OPEN: error[sqlstate:
01602][sqlcode:437]

Function GetDeprDocsCenteraList(ctx Contexto, listSpec
ListSpecification, listOut deprDocsCentera[] out)

try
// Prepare the dynamic SQL statement to retrieve the data
prepare selectStatement from "SELECT ....";

// Open the cursor on the above dynamic SQL Select statement.
open resultSet with selectStatement;
onException (exception SQLException)
ExcepcionesGestionaException(ctx, "GetDeprDocsCenteraList",
exception);
end

Idea priority Medium
  • Guest
    Reply
    |
    Sep 17, 2021

    The feature that is described in this request is a candidate for a future release.

  • Guest
    Reply
    |
    Sep 14, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - Business Developer

    For recording keeping, the previous attributes were:
    Brand - Rational
    Product family - Design & development
    Product - Business Developer

  • Guest
    Reply
    |
    Jan 26, 2012

    Thanks for this suggestion. We agree that this would be a good enhancement to the language, to give users more control over the handling of SQL warnings. We will consider this in our planning for future releases.