Hi All,
I need replace spaces with zeros in alphanumeric fields to asign a numeric filelds. It is posible?
I have PIC X(10) -> ' 123'
I need PIC X(10) -> '0000000123' to asign a PIC 9(10).
The PIC X(10) comes from input file of FAST UNLOAD with OUTPUT-FORMAT E, but on table is a numeric, so i need to use it a numeric.
Or must be formatted with a sort?
Thanks Everyone