I have a record that has spaces in the signed numeric field that is causing S0C7 and would like to put a permanent patch in the program. It is to replace spaces with zeroes but it should have { in the last field.
The field is defined as this:
07 R-CLM-NUM-TOT-CLM-AMT-PAID PIC S9(10)V99.
I've tried "Inspect" statement but it all came out 0000000000 instead of 000000000{ and S0C7 did not go away.
Inspect R-CLM-NUM-TOT-CLM-AMT-PAID replacing all spaces by 0.
Any of your advice would be very much appreciated.
Thank you!!!