× 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.



Oh! This is what I needed to do!..
I had to type cast it as char('literal').

Thank you all so much!
Sudha

Sudha Ramanujan
SunGard Futures Systems
sramanujan@xxxxxxxxxxxxxxxxxx
(312) 577 6179
(312) 577 6101 - Fax
-----Original Message-----
From: Elvis Budimlic [mailto:ebudimlic@xxxxxxxxxxxxxxxxxxxxxxxxx] 
Sent: Monday, March 22, 2004 4:28 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: UDTF with SQL and JDBC call

Sudha, one more thought comes to mind.  
Are you passing literals in your tests?  
For example, function excepts a short and you are passing '33' in.
System will use a default of 'INTEGER' data type and hence you will have
your function mismatch and message that "fn" could not be found.
For character it will assume VARCHAR for literals.

Bottom line is, either define your function as VARCHAR or typecast the
literal with CHAR('mycharinput').

Ideal fix is to create several stored procedures with all these varying
data
inputs and have them all point to the same UDF.  Then you don't have to
worry about passing in literals or not.

Best way to check what you have defined as data type for input parms is
to
query the SYSFUNCS system table.

Elvis

-----Original Message-----
 Subject: RE: UDTF with SQL and JDBC call

One more observation. When I defined the input parms as varying, I
successfully created errors in the calling SQLRPGLE also.  I got the
same fn not found in *LIBL.  So I reverted them back to static length.
I then created the function in another library that is not in my libl,
and got the same error in sqlrpgle.  So in essence, this must be a
library list problem.  I have qualified my java call with library but
still have the same problem.  I just do not know how to resolve this.  

Thanks,
Sudha



_______________________________________________
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 ...


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.