In the following code, complete the PRINT statement to print only rows where column begins with MPG:
In the following code, complete the PRINT statement to print only rows where column begins with MPG:
proc cas;
simple.summary result=res /
table={name="cars"};
resultTable = res.summary;
print <insert code segment
here>;
run;
A . resultTable.where(column like ‘MPG%’)
B . resultTable.where("column like ‘MPG%’")
C . resultTable / where("column like ‘MPG%’")
D . resultTable / where(column like ‘MPG%’)
Answer: A
Latest A00-420 Dumps Valid Version with 250 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments