I don't have a reference to MicroFocus NetExpress cobol 4.2 I think. I wonder if there is a way to do a floating dollar sign to a field. I don't remember if this is even possible in cobol. I have a client who wants an excel or csv output with
amount having dollar sign. Without using any intrinsic function, is there a way to do this?
something like NUMR PIC -ZZZ,ZZ$.99 VALUE ZEROES.
or NUMR PIC -BBB,BB$.99 VALUE ZEROES.
Otherwise I can always use the longer method of placing
the amount into an array and inspect it.
Thanks for any help.
amount having dollar sign. Without using any intrinsic function, is there a way to do this?
something like NUMR PIC -ZZZ,ZZ$.99 VALUE ZEROES.
or NUMR PIC -BBB,BB$.99 VALUE ZEROES.
Otherwise I can always use the longer method of placing
the amount into an array and inspect it.
Thanks for any help.