by Stefan » Mon Oct 14, 2013 3:09 pm
As executing a CHANGE command flags the affected lines with ==CHG> you can use the LOCATE primary command to position to these special lines. Simply type "l chg".
If it is important to check the changes immediately and the number of changes is not so high I would do it in a slightly different way: First issue a "FIND ALL" command. Then enter a simple CHANGE command without using the ALL option. This causes the editor to change the first occurrence of the string and to scroll down the view so that the affected line is the second line on the screen. Now you might inspect the effect of the data change before continuously pressing the F6 key which usually is assigned to the RCHANGE editor command.
There are 10 types of people in the world: Those who understand binary, and those who don't.