#6Multiple Choice

The following SAS program is submitted:
%micro test(var);
%let jobs=BLACKSMITH WORDSMITH SWORDSMITH;
%let type=%index(&jobs, &var);
%put type = &type;
%mend;
%test(SMITH)
What is the value of the macro variable TYPE when the %PUT statement executes?

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