How many variables are in the dataset USER?
data USER; check1=200; check2=300; cash=1000; total=sum(check, cash); run;