Hi,
I want to remove junk characters keeping the good characters.
Below characters in the file that I want to retain ( and maintain the same column position ) -
'A' through 'Z'
'a' through 'z'
0 through 9
Special characters like `~!@#$%^&*()_-+=\|:";'{}[]?/>.<,
2. Want to remove junk characters like X'AD', X'00', X'15' etc. from the record and replace EACH of them with space ( X'40').
Please help me with an easy solution for this.