COMPARE Procedure
Restriction: |
You must use the VAR statement when you use the WITH
statement.
|
Tips: |
Supports
the Output Delivery System. For details see Output Delivery System: Basic Concepts in SAS Output Delivery System: User's Guide. You can use the LABEL, ATTRIB, FORMAT, and WHERE statements.
|
Syntax
PROC COMPARE <option(s)>;
BY <DESCENDING> variable-1 <…<DESCENDING> variable-n> <NOTSORTED>;
ID <DESCENDING> variable-1 <…<DESCENDING> variable-n> <NOTSORTED>;
Table of Procedure Tasks
Copyright © SAS Institute Inc. All rights reserved.