ED   in up arrow mode  will do it for a few records.

If there are quite a few records but only a few possible characters
I'd explore the stored commands feature of  ED.

Else  I'd program:

listOfChars = char(128):char(129)....CHAR(251) loop
   read record  ...
   convert listOfChars  to '' in record
   write record ...
   repeat



HTH
--mats



Carl Sadlier wrote:

Does anyone have a program or suggestions on how to clean up a file that
has control characters and unprintable characters that are not
Subvalue,Value or Field markers?

Thanks,

Carl
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to