If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Is there any edtcode to make the numeric field as left justified? No.
I dont want to convert it to character. Any suggestion? No… except for the type of solution you’ve already rejected.
Use the %TRIM(%EDITC …) in the C spec (for free format) to populate a character field and use that field in the O spec’s or Printer file.
That’s contradictory. If you put it into a report and left-justify, it will be character.
The “left-justify” implies suppressing leading zeros. As soon as you do that, you must convert to characters. And if you want to keep leading zeros, then there is no need to “left-justify”.
Please show examples of values, and show how you want those examples to print.
Is there any edtcode to make the numeric field as left justified? No.
I dont want to convert it to character. Any suggestion? No… except for the type of solution you’ve already rejected.
Use the %TRIM(%EDITC …) in the C spec (for free format) to populate a character field and use that field in the O spec’s or Printer file.
Sorry, way ahead of myself. You haven’t told us how you generate the report.
I dont want to convert it to character.
That’s contradictory. If you put it into a report and left-justify, it will be character.
The “left-justify” implies suppressing leading zeros. As soon as you do that, you must convert to characters. And if you want to keep leading zeros, then there is no need to “left-justify”.
Please show examples of values, and show how you want those examples to print.
Tom