The VAR and WITH statements specify the variables to compare.This example compares GR1 from the base data set with GR1 and GR2 from the comparison data set.
   var gr1 gr1;
   with gr1 gr2;
   title 'Comparison of One Variable with Two Variables';
run;