mbkhamankar
Programmer
Hi,
After I move a signed numeric field (A) which has an alphanumeric value to another signed numeric field (B), B contains a numeric value. The alphanumeric value gets converted to a numeric value after the move. I don't even get the S0C7 error. Since I have to pass the value without any editing, I have to redefined the fields as alpha and if a non-numeric value comes along, I move the alpha to alpha.
Could anyone tell me if this is the expected behaviour for cobol ?
Thanks !
After I move a signed numeric field (A) which has an alphanumeric value to another signed numeric field (B), B contains a numeric value. The alphanumeric value gets converted to a numeric value after the move. I don't even get the S0C7 error. Since I have to pass the value without any editing, I have to redefined the fields as alpha and if a non-numeric value comes along, I move the alpha to alpha.
Could anyone tell me if this is the expected behaviour for cobol ?
Thanks !