#17Multiple 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?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free