A00-212 Web TestEngine demo

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

Given the following SAS data set named WORK.INTERNAT:

WORK.INTERNAT

LOCATION SUM
USA 30

EUR 40

The following SAS program is submitted:

%let LOC = Usa;

proc sql;

select *

from internat

where location = "&Loc";

quit;

Which one of the following is the result when the above code is executed on the above data set?

Sign in to mark questions

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

Sign in