by MrSpock » Sun Mar 15, 2009 7:16 pm
When I think of a search-and-replace process, outside of using the standard utilities like IPOUPDTE or DFSORT, then I think of using an editor, especially if the strings may be of different lengths. There are different methods that you can use in REXX, using functions like POS, PARSE, LEFT, RIGHT, or WORD to identify a string, and functions like string concatenation, OVERLAY, SUBSTR, etc. to change string content.