#5Multiple Choice

CORRECT TEXT -
The following SAS program is submitted:
%macro check(num=4);
%let result=%sysevalf(&num+0.5);
%put result is &result;
%mend;
%check(num=10)
What is the written to the SAS log?

Previous
Question 5 of 184
Exam A00-212 Topic 1 Question 5
Back to all questions
Next