TXTCONV <ascii_file>,<converted_file>
converts the text file according to CONVERSIONS list:
CONVERSIONS:
R <char1> <char2> Replace char <char1> by <char2>
D <char1> Delete char <char1>
T "<text1>" "<text2>" Replace <text1> by <text2>
t "<text1>" "<text2>" Replace <text1> by <text2>
END
In alternatives R,D, and t,
non-printable characters are denoted as char(n) n=decimal value.
Default delimiter in texts is character " .
This character can be replaced by another by a TEXTLIMIT
specification. Example: TEXTLIMIT=*
A = Example
B = Inserting extra characters between records