#7Multiple Choice

The following SAS program is submitted:
%macro check(num=4);
%let result=%eval(&nm gt 5);
%put result is &result;
%mend;
%check (num=10)
What is written to the SAS log?

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