%let x=5; %let y=10; %let a=%nrstr(%eval(&x + &y)); What is the output of the two put statement %put QCMPRES: %qcmpres(&a); %put CMPRES: %cmpres(&a);
QCMPRES: %eval(&x + &y) CMPRES: 15
CMPRES: 15 QCMPRES: %eval(&x + &y)
QCMPRES: 15 CMPRES: 15
QCMPRES:%eval(&x+&y) CMPRES: 15