B

SAS A00-280 Practice Questions

Information About SAS A00-280 Exam

Vender: SAS
Exam Code: A00-280
Exam Name: SAS Certified Clinical Trials Programmer Using SAS 9
Number Of Questions: 99
Certification Name: SAS Certified Clinical Trials Programmer
Exam Language: English
Questions Type: MCQs
Material Format: PDF & Web Practice Test Software

Prepare SAS A00-280 Exam Questions

Question No 1:
Given the following data at WORK DEMO: Which SAS program prints only the first 5 males in this order from the data set?

A. proc sort data=WORK.DEMO out=out; by sex; run; proc print data= out (obs=5); run;
B. proc print data=WORK.DEMO(obs=5); where Sex='M'; run;
C. proc print data=WORK.DEMO(where=(sex='M')); where obs<=5; run;
D. proc sort data=WORK.DEMO out=out; by sex descending; run; proc print data= out (obs=5); run;

Answer: B

See More Questions

Join the conversation

You can post now after register. If you have an account, sign in now to post with your account.