Sorry, I missed out the renaming of the variables on the second SET statement:
set inputdata (rename = (F1 - F200 = G1 - G200)) point = record nobs = obsnum;
This is needed so you can compare values between the different rows without overwriting and to populate the VARS2 array correctly so the exact matches can be counted.
... View more