|
Here's an example that doesn't work with the default, but does with
*resdecpos. The wisdom of multiplying 3 15,5 numbers into a 15,5 result is
questionable, but.....
Dresdec c const('Using *resdecpos : ')
Ddefault c const('Using *maxdecpos : ')
Dnum1 s 15p 5 inz(1)
Dnum2 s 15p 5 inz(1)
Dnum3 s 15p 5 inz( .1)
Danswer s 15p 5
Dresult s 51
Dresponse s 1
C eval answer = num1 * num2 * num3
C eval result = default + ' ' + %editc(answer : 'J')
C result dsply response
C eval(r) answer = num1 * num2 * num3
C eval result = resdec + ' ' + %editc(answer : 'J')
C result dsply response
C eval *inlr = *on
****************** End of data
**************************************************
> -----Original Message-----
> From: Buck Calabro [mailto:mcalabro@commsoft.net]
> Sent: Tuesday, October 05, 1999 9:51 AM
> To: RPG400-L@midrange.com
> Subject: RE: [Re: RPGILE V4.3 Gotcha]
>
>
> Jim,
> I haven't had many surprises using business math. Here's your example
> translated into EVAL:
>
> D SDS
> D WorkStation 244 253
>
> D Fix1 s 7 2 inz(12.5)
> D Fix2 s 7 2 inz(1.5)
> D Fix3 s 7 3 inz(.825)
> D Result s 7 2 inz(0)
>
> C Eval(h) Result = Fix1 * Fix2 * Fix3
>
> C Result dsply WorkStation
> C eval *InLR = *On
>
> Works for me.
>
> Buck Calabro
> Aptis; Albany, NY
> mailto:Buck.Calabro@aptissoftware.com
>
> > -----Original Message-----
> > From: Jim Langston
> > Sent: Tuesday, October 05, 1999 11:37 AM
> > To: RPG400-L@midrange.com
> > Subject: Re: [Re: RPGILE V4.3 Gotcha]
> >
> > If I told my son to multiply 12.50 then times 1.50 then
> times 0.825 and
> > he told me the answer was 1, he would be wrong, because the
> answer is
> > 1.54. If any compiler I had ever used had given me an
> answer of 1 it
> > would
> > of been wrong, and none have. But, why am I to expect RPG
> to suddently
> > decide the answer is 1, when the rest of the world knows it's not?
> >
> +---
> | This is the RPG/400 Mailing List!
> | To submit a new message, send your mail to RPG400-L@midrange.com.
> | To subscribe to this list send email to RPG400-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
> RPG400-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
> david@midrange.com
> +---
>
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.