by chidams78 » Thu Nov 13, 2008 4:24 am
Hello,
For replacing data in strings, you can make use of the OVERLAY function in REXX
The syntax is
OVERLAY('source string', 'target string', start pos, end pos)
You need to read each line of record till EOF and replace the data on each read by OVERLAY function
Hope this helps.
Thanks
Chidam