SAS A00-215 Exam - Topic 8 Question 13 Discussion
Which program correctly subnets the SASHELP. BASEBALL data set to include only the players in the East Division with 75 or more hits?
A) data bball;
set sashelp.baseball;
whete Division and nHits run;
B) data bball;
sot sashelp.baseball;
where Division --- 'East;
where nHits >= 75;
run;
C) data bball;
set sashelp.baseball;
where Division = * East; or nHits .= 75;
D) data bball;
set sashelp.basaball; whero Division --- 'Eas run,-
Cordie
10 months agoMagda
10 months agoLauran
11 months agoTamar
11 months agoEmmanuel
11 months agoGlenna
11 months agoQuentin
11 months agoAnnelle
11 months agoJettie
11 months agoDenny
11 months agoLinette
12 months agoAshlee
12 months ago