Page 1 of 1

To insert spaces in colum 72 to 80 using REXX

PostPosted: Fri Jan 18, 2008 7:42 pm
by nomad
I want to change data , whatever it is in column 72-80 to spaces .
How can I do it using REXX

Re: To insert spaces in colum 72 to 80 using REXX

PostPosted: Fri Jan 18, 2008 9:45 pm
by MrSpock
Personally, I'd just edit the data and replace whatever was in those columns with spaces.

However, since you've asked, I'd go with OVERLAY.