A00-212 Web TestEngine demo

Exit VCEDump A00-212 SAS Advanced Programming Exam for SAS 9
Question 3 of 28
0% complete
Q3 Single choice

The following SAS program is submitted:

%let a=cat;

%macro animal(a=frog);

%let a=bird;

%mend;

%animal(a=pig)

%put a is &a;

What is written to the SAS log?

Sign in to mark questions

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

Sign in