|
Hi all, to clarify -
GET DIAGNOSTICS is not an API call - it is an SQL statement, as this
info from the 7.1 reference says -
The GET DIAGNOSTICS statement obtains information about the previousAnd this further from the documentation -
SQL statement that was executed.
Instead of using an SQLCA, the GET DIAGNOSTICS statement can be usedGET DIAGNOSTICS was available sometime after V5R1 (I still have that
in all languages to return return codes and other information about
the previous SQL statement.
reference manual) and before V6R1.
In SQLCA there are a set of 6 integer variables (SQLER1 - SQLER6) that
return diagnostic information. For different statements each integer can
have different meaning.
On 7/28/2020 5:11 AM, Patrik Schindler wrote:
Hello Maria,to GET DIAGNOSTICS, but I haven't found anything interesting yet. I'll keep
Am 28.07.2020 um 11:56 schrieb Maria Lucia Stoppa <mlstoppa@xxxxxxxxx>:
I'm already reading the SQL technical reference, you might be referring
on studying.
I was referring to the manual about using SQL in HLLs. AFAIR, there'sone or more DS' documented which give you access to a lot of internal
variables, like SQLCOD and the like. GET DIAG sounds more like an API call.
result set is the same for 8 to 10 different select statements within the
The results may not be the same due to the filtering process. The
same run though, that's why I hoped the same "with" table could be used for
all of them. Maybe, a global temporary table is of help, or a view to the
database already grouped by.
I guess, this is too abstract for me to come up with a solution. MaybeBirgitta can help. Or you need to provide actual examples. But even then, I
don't know if my skills are sufficient.
:wq! PoC
PGP-Key: DDD3 4ABF 6413 38DE - https://www.pocnet.net/poc-key.asc
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.