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
7 months agoMagda
7 months agoLauran
8 months agoTamar
8 months agoEmmanuel
8 months agoGlenna
8 months agoQuentin
8 months agoAnnelle
8 months agoJettie
8 months agoDenny
8 months agoLinette
9 months agoAshlee
9 months ago