Kiran,
There are a few techniques. I am assuming you have a CEEDUMP or an ABEND-AID report which shows which line your program failed with an 0C7.
0C7 is when you move an alpha character to a numeric field.
One way to solve is do a NUMERIC check before the MOVE statement.
Thanks,
-PK







Reply With Quote