A00-202 Web TestEngine demo

Exit VCEDump A00-202 SAS Advanced Programming
Question 8 of 20
0% complete
Q8 Single choice

The following SAS program is submitted:
%let lib = %upcase(sasuser);
proc sql;
select nvar
from dictionary.tables
where libname = "&lib";
quit;

Given that several SAS data sets exist in the SASUSER library, which one of the following is generated as output?

Sign in to mark questions

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

Sign in