Hi Dave
I just tried changing that to all the different values - with the same result
Decimal data error

Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of dlclark@xxxxxxxxxxxxxxxx
Sent: Tuesday, January 09, 2018 1:33 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: RE: Creating an SQL function from a service program

"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx> wrote on 01/09/2018
12:38:43 PM:
Not sure what you mean by different parameter style


In your case, Alan, I don't expect that changing the parameter
style is going to make a difference.

PARAMETER STYLE GENERAL means that you will get just the 8 parameters you
defied passed to your service procedure;

PARAMETER STYLE GENERAL WITH NULLS means that you will get 16 parameters
passed to your service procedure -- the 8 you defined followed by 8 null
indicator parameters;

PARAMETER STYLE SQL means that you will get 20 parameters passed to your
service procedure -- the 8 you defined, followed by 8 null indicator
parameters, followed by 4 SQL parameters (used for output SQL STATE code,
input procedure name, input specific name, and output message text).


Sincerely,

Dave Clark

This thread ...

Replies:

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

This mailing list archive is Copyright 1997-2026 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.