|
Hi Simon, on V5R1 is the same problem ... ok, i'll report it to IBM ... Regards Peter Daransky AMBOS EDV-Beratungs GesmbH Dauphinestr. 44 A-4020 LINZ Austria Tel: +43-732-312919-0 Fax: +43-732-312919-20 e-mail: Peter.Daransky@xxxxxxxx Homepage: http://www.ambos.at "Simon Coulter" <shc@xxxxxxxxxxxxxxxxx> Sent by: c400-l-bounces@xxxxxxxxxxxx 24.02.2003 23:35 Please respond to C programming iSeries / AS400 <c400-l@xxxxxxxxxxxx> To "C programming iSeries / AS400" <c400-l@xxxxxxxxxxxx> cc Subject Re: [C400-L] cpynv() function ... Hello Peter, You wrote: >i've a question .. is someone who has used this MI cpynv() function to >convert integer to decimal ? i try do this but unsuccessfully ... im on >V5R2 in i still have problems with programs wich are using Decimal. >for example it doesn't work something like this: > _Decimal(5,0) dec = 0; >and on V4R5 (or if i compile it to V4R5) it's working ?! some ideas ?! >please help ... CPYNV is not necessary to handle decimal data types. The following works at 440: #include <decimal.h> int main ( void ) { _Decimal(5,0) dec = 0; return(0);; } Since you say it works on 450 also (and when TGTRLS is 450) then it sounds like a defect and should be reported to IBM as an APAR -- unless it is a limitation of the wonderful new PASE compilers. What happens with TGTRLS(V5R1M0)? Regards, Simon Coulter. -------------------------------------------------------------------- FlyByNight Software AS/400 Technical Specialists http://www.flybynight.com.au/ Phone: +61 3 9419 0175 Mobile: +61 0411 091 400 /"\ Fax: +61 3 9419 0175 mailto: shc@xxxxxxxxxxxxxxxxx \ / X ASCII Ribbon campaign against HTML E-Mail / \ -------------------------------------------------------------------- _______________________________________________ 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.