Google New or returning user — sign in with Google for instant login, no password needed. Sign in with Google Maybe later
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?