|
UDF(s) will work if you need to return a single value only. Of course,They
you'd need multiple UDFs to return multiple values from the data area.
could all be part of a single service program, but multiple CREATEFUNCTIONs
would need to be run.the
External Stored Procedure would work as well, as long as you're OK with
limitation that it has to be invoked in SQL as a standalone call, i.e.CALL
dataAreaStoredProcedure(...), not part of another SQL statement (i.e.SELECT
...).result
Stored Procedure could return the values as output arguments, or as a
set (less attractive solution in this case).table)
For my money, UDTF is the most elegant solution.
You can treat it as just another table (i.e. join to another, 'real'
and leverage it in any SQL statement (i.e. SELECT * FROM table(...) WHERElist
...).
HTH, Elvis
Celebrating 11-Years of SQL Performance Excellence on IBM i, i5/OS and
OS/400
www.centerfieldtechnology.com
-----Original Message-----
Subject: Reading a data area in SQL
Morning all
does anyone know of a way to "read" a data area within SQL
My investigation, so far, has unearthed the following web page
http://www.itjungle.com/fhg/fhg051904-story03.html
but this entails writing a table function.
I was wondering if there was any other way.
By the way I am on V5r4
Alan Shore
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
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.