Chapter Contents |
Previous |
Next |
The COMPARE Procedure |
Procedure features: |
| |||||||
Data sets: |
|
Program |
libname proclib 'SAS-data-library';
options nodate pageno=1 linesize=80 pagesize=40;
proc compare base=proclib.one compare=proclib.two printall; title 'Comparing Two Data Sets: Full Report'; run; |
Output |
A ✓ in the output marks information that is in the full report but not in the default report. The additional information includes a listing of variables found in one data set but not the other, a listing of observations found in one data set but not the other, a listing of variables with all equal values, and summary statistics. For an explanation of the statistics, see Table of Summary Statistics . | |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.