You can only return one value from a procedure. If one of the parameters (or a fourth one) defined whether you wanted Duty or Tariff, then your second example would do fine.
Also, I'm not real familiar with the technical differences between duty and tariff, but if they are different, wouldn't you want two separate procedures, anyway? If they use some common methods, you could put those into their own subprocedure(s) and invoke it from the Duty and Tariff subprocedures.
Jerry C. Adams
IBM System i Programmer/Analyst
B&W Wholesale
office: 615-995-7024
email: jerry@xxxxxxxxxxxxxxx
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Booth Martin
Sent: Wednesday, May 21, 2008 10:12 AM
To: Midrange Systems Technical Discussion
Subject: Returning values with a procedure
Returning values with a procedure.
This is probably simple but I have never done it and can't find an
example of how to do it. I have an application that looks to me like it
should use procedures that will return values. Here is an example of
what I'd like to do:
c eval Duty = CanadianDuty(parm1: parm2: parm3)
and the procedure CanadianDuty would have 3 parameters as input and
return the value of the duty.
I believe I can do that process, but I *know* I have no idea how to do
the same thing where I need to return 2 values, say "Duty" and
"Tariff". I am sure this solution would be wrong! :)
c eval Duty = CanadianDuty(parm1: parm2: parm3)
c eval Tariff = CanadianDuty(parm1: parm2: parm3)
and this would also be wrong:
c eval Duty:Tariff = CanadianDuty(parm1: parm2: parm3)
Any pointers would be appreciated. Thanks.
--
---------------------------------
Booth Martin
http://www.Martinvt.com
---------------------------------
--
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.