|
Apologies I left out V4R5. EVAL(H) stdMixO = (PSBTF1/shstdb) * shActB gives 3.9993 > (all variables are defined as 15 4(dec) > the same program running on V5R2 gives 3.9999 > Why does V5R2 give a different result from V4R5? -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Buck Calabro Sent: 06 October 2004 14:53 To: rpg400-l@xxxxxxxxxxxx Subject: Re: EVAL(H) issue in V5R2 > EVAL(H) stdMixO = (PSBTF1/shstdb) * shActB gives 3.9993 > (all variables are defined as 15 4(dec) > the same program running on V5R2 gives 3.9999 > Why V5R2 give a different result [from V4R5]? Read up on the topic of intermediate precision in the RPG Reference for all the details. Understanding how expressions are evaluated is generally a new idea for RPG programmers because of our history of one calculation per line. Because of that history, we declare our own intermediate (work) variables. When we use an expression, the compiler has to create those work variables. The size it chooses to use depends on the variables used in the expression. The maximum size of a numeric variable changed between V4R5 and V5R2, thus altering the compiler's decision and the final result. --buck -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
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.