|
try this: C eval fldc = %editc(fldn: 'N')This should give you a character field of "-3". Edit code 'N' is commas, zero balances, and left-side minus sign.
Other edit codes will give other formats of the output. (You'll *love* the %bifs after using them a few times.) Banerjee, Amitava wrote:
HiI 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} ThanksAmitava--------------------------------------------------------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. ------------------------------------------------------------------------ No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006
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.