Author: Bill Woodger
Subject: Reply to: Replacing same string with different values
Posted: Wed Feb 22, 2017 11:40 pm (GMT 5.5)
On INREC use IFTHEN=(WHEN=(logicalexpression to identify your 'Allcede 123' and temporarily extend the records with a SEQNUM.
Then five IFTHEN=(WHEN=( to rest for the sequence number allocated being 1, 2, 3, 4, 5 with OVERLAY to make the change.
Use IFOUTLEN to return records to original size (since the extension is not needed once it has been used).
Subject: Reply to: Replacing same string with different values
Posted: Wed Feb 22, 2017 11:40 pm (GMT 5.5)
On INREC use IFTHEN=(WHEN=(logicalexpression to identify your 'Allcede 123' and temporarily extend the records with a SEQNUM.
Then five IFTHEN=(WHEN=( to rest for the sequence number allocated being 1, 2, 3, 4, 5 with OVERLAY to make the change.
Use IFOUTLEN to return records to original size (since the extension is not needed once it has been used).