PROC COMPARE identifies specific observations by the value of IDNUM.
In the
Value Comparison Results for Variables section, PROC COMPARE prints the nonmatching addresses and nonmatching
salaries. For salaries, PROC COMPARE computes the numerical difference and
the percent difference. Because ADDRESS is a character variable, PROC COMPARE
displays only the first 20 characters. For addresses where the observation
has an IDNUM of
0987 ,
2776 , or
3888 , the differences occur after
the 20th character and the differences do not appear in the output. The plus
sign in the output indicates that the full value is not shown. To see the
entire value, create an output data set. See Comparing Values of Observations Using an Output Data Set (OUT=) .
|
|