Hi .. Instead of DROUND Function ..Try ICONV & OCONV as below. Y.AMOUNT = 1.12344678901 Y.AMT = OCONV(ICONV(Y.AMOUNT,"MD4"),"MD4")
On 18 February 2014 12:12, Dominik Kajzar <[email protected]> wrote: > > > W dniu poniedziałek, 6 kwietnia 2009 14:49:45 UTC+1 użytkownik Jothi > napisał: > >> Dear All, >> >> how do we use round off functions in routines? please give me an >> example >> >> Thanks, >> Jothiraj >> > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Regards SrinivasYadav. G -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
