|
If you're talking a true SQL procedure, then you're out of luck. You cannot
pass an array of arguments to SP. If this is a character array, you MIGHT
be able to simulate it by passing in a very long char or varchar argument,
separated by commas or something.
As for an array output... I think that's possible, if you return a result
set. Or you could make your SP argument into an IN/OUT variable.
Of course, using an HLL like Cobol to parse the input/output argument would
be easier than using SQL.
In any case, SP doesn't sound like the right tool for this type or
request... perhaps you can restructure the task differently?
Hth, Elvis
Celebrating 11-Years of SQL Performance Excellence on IBM i, i5/OS and
OS/400
www.centerfieldtechnology.com
-----Original Message-----
Subject: looking for stored procedure example...
List,
Can anyone share an example of a stored procedure written in either SQL or
COBOL that receives *and* returns an array of values? TIA!
--
Regards,
Michael Rosinger
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.