Chapter Quiz
Select the best answer
for each question. Check your answers using the answer key in the
appendix.
-
Which PROC PRINT step below creates the sample output with the labels and variables being displayed? Hint: PROC CONTENTS output is shown first to assist you.
-
proc print data=cert.laguardia noobs; var on changed flight; where on>=160; run;
-
proc print data=cert.laguardia; var date on changed flight; where changed>3; run;
-
proc print data=cert.laguardia label; id date; var boarded transferred flight; label ...
-
Get SAS Certified Specialist Prep Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.