Hi all,
I want to relpace the text for a specified column range (for example from cloumn 3 to column 8) and replace it with some other text (for example COBOL) for all the records in a P.S. file
Sample P.S. file layout:
123456789-->column positions
sagjhfgfq
sdfsdhdfh
hfdghdfkh
jkgjchdfg
tyuiujhdf
Now I need to replace the text for the column positions ranging from 3 to 8 with "COBOL" for all the records irrespective of whatsoever maybe the text in that column range. I need the requirement by specifing the INPUT file in the JCL (but not as instream data) as there are thousands of records in the file.