|
It probably won't work if the value exceeds what a 64 bit (long long) will hold since the % operator only works on integers. Kent -----Original Message----- From: Bobby Hicks [mailto:Robert.Hicks@xxxxxxxxxxxxxxxx] Sent: Monday, August 23, 2004 7:43 AM To: C programming iSeries / AS400 Cc: C programming iSeries / AS400; c400-l-bounces@xxxxxxxxxxxx Subject: RE: [C400-L] Fw: Decimal problem What will happen if the decimal value contains a number that is, oh lets say 31 digits in length? Bobby. "Ulrich, Kent" <Kent.Ulrich@xxxxxxxxxxxxxxx> Sent by: c400-l-bounces@xxxxxxxxxxxx 08/23/2004 07:40 AM Please respond to C programming iSeries / AS400 <c400-l@xxxxxxxxxxxx> To "C programming iSeries / AS400" <c400-l@xxxxxxxxxxxx> cc Subject RE: [C400-L] Fw: Decimal problem Casting to (long) also works. -----Original Message----- From: Bobby Hicks [mailto:Robert.Hicks@xxxxxxxxxxxxxxxx] Sent: Monday, August 23, 2004 6:58 AM To: c400-l@xxxxxxxxxxxx Subject: [C400-L] Fw: Decimal problem I am trying to do a modulus operation on a var: decimal(DEC_DIG, 0) x x % 2 but i keep getting the following error: CCC#SKSRC/CSRC(CVTFLD), 446.23: CZM0068(30) Operation between types "decimal(31,0)" and "int" is not allowed. what am I doing wrong? _______________________________________________ This is the C programming iSeries / AS400 (C400-L) mailing list To post a message email: C400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/c400-l or email: C400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/c400-l. _______________________________________________ This is the C programming iSeries / AS400 (C400-L) mailing list To post a message email: C400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/c400-l or email: C400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/c400-l. _______________________________________________ This is the C programming iSeries / AS400 (C400-L) mailing list To post a message email: C400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/c400-l or email: C400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/c400-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.