What happens when a DATA step or PROC step contains multiple WHERE statements?
Section A Past Year Exam

Quiz
•
Computers
•
University
•
Medium
Yunli Lee
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The last WHERE statement replaces previous WHERE statements.
Only the first WHERE statement is processed.
The WHERE conditions are combined with a logical AND operator.
A syntax error is displayed in the log, and the program does not execute.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which TITLE statement correctly codes the title Analytics Engineering’s Report?
TITLE allowquote(Analytics Engineering's Report);
TITLE "Analytics Engineering's Report";
TITLE ' "Analytics Engineering's Report" ';
TITLE 'Analytic Engineering' ''s Report';
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Considering the following PROC SORT step:
PROC SORT data=students;
<insert statement here>
RUN;
Which statement completes the step and sorts the observations in descending order by ID and, within ID, in ascending order by FirstName?
by ID descending FirstName;
by descending ID FirstName;
by descending ID ascending FirstName;
by ID descending FirstName ascending;
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The scores.csv file is a comma-delimited raw data file. Which INFILE statement correctly references the file?
INFILE 'sales.csv' dlm=csv;
INFILE 'sales.csv' dlm=comma;
INFILE 'sales.csv';
INFILE 'scores.csv' dlm=',';
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which statement about the DATA step merge is TRUE?
It expects the data to be in sorted order or indexed according to the BY variable.
It is capable of sorting the data.
It uses the ORDER BY clause to sort the data.
It returns only matching rows by default.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following expression:
Total = P + Q + S;
What is the result of the expression given these values:
P = 9
Q = . (missing)
S = 5
5
9
14
. (missing)
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which statement is used in the DATA step to concatenate multiple data sets?
SET
MERGE
CONCATE
APPEND
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Python Workshop Day - 2

Quiz
•
University
10 questions
NumpyPandas

Quiz
•
University
10 questions
Q1 - Info Vis

Quiz
•
University
12 questions
Ch 2 - Accessing Data - Part 1

Quiz
•
University
10 questions
Analyse de données avec R (1)

Quiz
•
University
15 questions
Big Data and Data Management Quiz

Quiz
•
11th Grade - University
10 questions
SQL Queries

Quiz
•
University
10 questions
DP-100 Day 4

Quiz
•
University - Professi...
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade