Chapter Quiz
Select the best answer
for each question. Check your answers using the answer key in the
appendix.
-
Suppose you do not specify the LIBRARY= option and your formats are stored in Work.Formats. How long do they exist?
-
only for the current procedure
-
only for the current DATA step
-
only for the current SAS session
-
permanently
-
-
Which of the following statements store your formats in a permanent catalog?
-
libname formtlib 'C:\Users\Student1\sas\formats\lib'; proc format lib=formtlib ...;
-
libname formtlib 'C:\Users\Student1\sas\formats\lib'; format lib=formtlib ...;
-
formtlib='C:\Users\Student1\sas\formats\lib'; proc format formtlib ...;
-
formtlib='C:\Users\Student1\sas\formats\lib'; ...
-
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.