× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks for your reply
For some reason I am receiving my e-mails in a different order than what I
am sending.
As soon as I sent this particular e-mail, I realized how stupid I was and
that the file SYSFUNCS contains ALL the functions on the system



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 11:51:50 AM:

SYSFUNCS file contains all info that I would want to know about all the
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-mail
This shows me that the particular Function does exist, however, what I
was
hoping to see was somehow to list ALL functions. Unfortunately there
was no
type displayed with that function.
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
name
you 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
it in
my
in-box...... so

Morning all
I've created an SQL function in a particular library, but when I
look
in
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)
mailing
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
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.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.