For example:
[code:f8309]
data a; x=10.1; run;
data b; x=10.2; run;
/** To check minium difference downward to one decimal point (0.1), you may set criteria=0.09 with method=absolute option . If set criteria=0.1, you will not get the result. */