This SAS Chapter 2 quiz assesses skills in referencing files and setting options in SAS programming. It covers PROC TABULATE and PROC MEANS, HTML output creation, and system options understanding, essential for efficient data management and analysis.
By specifying system options
By using programming statements
By using SAS windows to specify the result format
You can't create HTML output on all SAS platforms
Rate this question:
A value between 1947 and 1954, inclusive
1955 or higher
1946 or higher
Any value
Rate this question:
The file format for files that are stored in the library.
The version of SAS that you are using.
Access to other software vendors' files.
Instructions for creating temporary SAS files.
Rate this question:
Proc contents data=area51._all_ nods;
Proc contents data=area51 _all_ nods;
Proc contents data=area51 _all_ nods;
Proc contents data=area51 _all_.nods;
Rate this question:
OBS=, DATE, and NONUMBER
NUMBER, PAGENO=1, and DATE
NUMBER and DATE only
None of the above
Rate this question:
Data saleslibrary.salesanalysis; set mydata.quarter1sales; if sales>1000000; run;
Data mysales.totals; set sales_99.salesanalysis; if totalsales>50000; run;
Aproc print data=salesanalysis.quarter1; var sales salesrep month; run;
Proc freq data=1999data.salesanalysis; tables quarter*sales; run;
Rate this question:
1950-2049
1950-2050
1949-2050
1950-2000
Rate this question:
LIBNAME statements can be stored with a SAS program to reference the SAS library automatically when you submit the program.
When you delete a libref, SAS no longer has access to the files in the library. However, the contents of the library still exist on your operating system.
Librefs can last from one SAS session to another.
You can access files that were created with other vendors' software by submitting a LIBNAME statement.
Rate this question:
Defines a library called Spss using the OSIRIS engine
Defines a library called Osiris using the SPSS engine
Defines two libraries called Osiris and Spss using the default engine
Defines the default library using OSIRIS and SPSS engines
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.