Adbhut
Programmer
- Jan 11, 2012
- 5
Hi ,
I have alphanumeric value and need to convert to numeric and write to file based on condition if alphanumeric is numeric really then write to good record else write to bad record.
eg.
1. alphanumeric value pic (6) - 200 move to numeric and write to good file record
2. alphanumeric value pic (6) - 2a00 then write to good file record
I have alphanumeric value and need to convert to numeric and write to file based on condition if alphanumeric is numeric really then write to good record else write to bad record.
eg.
1. alphanumeric value pic (6) - 200 move to numeric and write to good file record
2. alphanumeric value pic (6) - 2a00 then write to good file record