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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
See this idea on ideas.ibm.com
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 |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
The feature that is described in this request is a candidate for a future release.
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
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.