Previous Page | Next Page

The COMPARE Procedure

VAR Statement


Restricts the comparison of the values of variables to the ones named in the VAR statement.
Featured in:

Comparing Variables in Different Data Sets

Comparing a Variable Multiple Times

Comparing Variables That Are in the Same Data Set


VAR variable(s);


Required Arguments

variable(s)

one or more variables that appear in the BASE= and COMPARE= data sets or only in the BASE= data set.


Details

Previous Page | Next Page | Top of Page