A00-212 Web TestEngine demo

Exit VCEDump A00-212 SAS Advanced Programming Exam for SAS 9
Question 27 of 28
0% complete
Q27 Single 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?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in