Which WHERE statement successfully completes the program and produces a report?

Given the data set SASHELP.CLASS

SASHELP.CLASS

NAME AGE

Mary 15

Philip 16

Robert 12

Ronald 15

The following SAS program is submitted

%let value = Philip;

proc print data =sashelp.class;

<insert Where statement here>

run;

Which WHERE statement successfully completes the program and produces a report?
A . Where upcase(name)="upcase(&value)";
B . Where upcase(name)="%upcase(&value)";
C . Where upcase(name)=upcase(&value);
D . Where upcase(name)=%upcase(&value);

Answer: B

Latest A00-212 Dumps Valid Version with 184 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments