Chapter Contents |
Previous |
Next |
The COMPARE Procedure |
Procedure features: |
| |||||||
Data set: |
|
Program |
libname proclib 'SAS-data-library';
options nodate pageno=1 linesize=80 pagesize=40;
proc compare base=proclib.one allstats briefsummary; |
var gr1; with gr2; title 'Comparison of Variables in the Same Data Set'; run; |
Output |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.