I\'m using the following code to do a chi-square test in SAS.
proc freq data=data; tables var1*var2/chisq; run;
It gives the output of both c