SAS Base Certification Questions with Correct Answers 100% Solved
SAS Base Certification Questions with Correct Answers 100% Solved c Which of the following will select from a data set only those observations for which the value of the variable Genre is SciFi, Western, or Classic? genre='SciFi' or 'Western' or 'Classic'; genre is SciFi Western Classic; genre in ('SciFi', 'Western', 'Classic'); genre in (SciFi, Western, Classic); b What happens when the following program is run? proc sort data=; run; proc print data=; var name age number; where status='Single'; run; a. The PROC PRINT step is successful, providing list in sorted order. b. The PROC SORT generates an error in the log, the PROC PRINT step runs. c. The PROC SORT step permanently sorts the data set. d. The PROC SORT runs successfully, PROC PRINT generates errors d In the DATA step, how can you reference the temporary SAS data set named Dating a. Dating b. Work.Dating c. Pool.Dating (after assigning the libref Pool) d. a and b a Which of the following is a valid variable name? a. _Units_ b. 2Cool c. Total$ d. Days-To-Ship d Which of the following contains a syntax error? a. None of these print data=ion; label loc='Franchise Location';
Written for
- Institution
- SAS Base
- Course
- SAS Base
Document information
- Uploaded on
- January 13, 2024
- Number of pages
- 24
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
sas base certification questions
-
with correct answers 100 solved