Quiz title : Set - 001 - Part 03
Question 1 of 10
The following SAS program is submitted:;
%let lib=%upcase(sauser);
proc sql;
select nvar form dictionary.tables where libname='&lib';
quit;
Several SAS data sets exist in the SAUSER library.
What is generated as output?