|
eval fldc = %char(fldn) -Bob Cozzi www.RPGxTools.com RPG xTools - Enjoy programming again. -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Banerjee, Amitava Sent: Wednesday, May 03, 2006 10:38 PM To: rpg400-l@xxxxxxxxxxxx Subject: Moving negative numeric value to character field Hi I am moving a numeric field to a character field in a simple RPG program. In some cases the numeric field has negative value (say 1-). Then at the time it is being moved to the character field, the character field is having a curly bracket }, in place of the negative sign. I defined the numeric field as Zoned, I also tried to define it as Binary. In both cases, same thing is happening. But, I don't want the } symbol. How can I get the negative sign in the character field? Below is the code: d fldn s 7S 2 d fldc s 7A C z-add -3 fldn c move fldn fldc c fldn dsply c fldc dsply c seton lr The displayed values: DSPLY 300- DSPLY 000030} Thanks Amitava -------------------------------------------------------- This message (including any attachments) is only for the use of the person(s) for whom it is intended. It may contain Mattel confidential, proprietary and/or trade secret information. If you are not the intended recipient, you should not copy, distribute or use this information for any purpose, and you should delete this message and inform the sender immediately.
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.