|
SYSFUNCS file contains all info that I would want to know about all thelist
SQL functions in the system. I guess I don't understand what you need.
SQL function name in of itself is not an object. (Please note that
i-series does not create any object for external type function. It
does, however, create a C object for a SQL type function.). SYSFUNCS
file has a field call EXTERNAL_NAME that tells you the actual
object/procedure the function is tie to. It also has a field call
ROUTINE_BODY that tells you if the function is a SQL type or external
type.
"Alan Shore" <AlanShore@xxxxxxxx> wrote in message
news:<mailman.449.1223479636.30674.midrange-l@xxxxxxxxxxxx>...
Thanks for your e-mailwas
This shows me that the particular Function does exist, however, what I
hoping to see was somehow to list ALL functions. Unfortunately therewas no
type displayed with that function.name
I need some method to display ALL functions
Alan Shore
Programmer/Analyst, Direct Response
E:AShore@xxxxxxxxxxx
P:(631) 244-2000 ext. 5019
C:(631) 880-8640
"If you're going through Hell, keep going" - Winston Churchill
midrange-l-bounces@xxxxxxxxxxxx wrote on 10/08/2008 09:49:17 AM:
You can query the QSYS2/SYSFUNCS file to find out the object that is
associated with the SQL function.
SELECT * FROM SYSFUNCS WHERE SPECIFIC_NAME = 'What ever function
it inyou have'
"Alan Shore" <AlanShore@xxxxxxxx> wrote in message
news:<mailman.363.1223471870.30674.midrange-l@xxxxxxxxxxxx>...
I originally sent this e-mail out @ 8:34 and have yet to receive
lookmy
in-box...... so
Morning all
I've created an SQL function in a particular library, but when I
mailingin
that library (through PDM) I cannot locate it.--
Does anyone know where my function is?
Alan Shore
Programmer/Analyst, Direct Response
E:AShore@xxxxxxxxxxx
P:(631) 244-2000 ext. 5019
C:(631) 880-8640
"If you're going through Hell, keep going" - Winston Churchill
This is the Midrange Systems Technical Discussion (MIDRANGE-L)
list--
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.
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-2024 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.