Vcehome > SASInstitute > SAS Foundation > A00-280 > A00-280 Online Practice Questions and Answers

A00-280 Online Practice Questions and Answers

Questions 4

This question will ask you to provide a line of missing code. Given the following data set LABS(only first 10 lines shown):

In the space below, enter the statement that completes the program to produce the desired output (Case is ignored. Do not add leading or trailing spaces to your answer.).

Browse 99 Q&As
Questions 5

This question will ask you to provide a line of missing code. The following SAS program is submitted:

In the space below, enter the statement that completes the program correctly (Case is ignored. Do not add leading or trailing spaces to your answer.).

Browse 99 Q&As
Questions 6

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;

Browse 99 Q&As
Questions 7

This question will ask you to provide a line of missing code.

The following SAS program is submitted:

Which statement is required to produce this output?

A. TABLES site*group /nocol;

B. TABLES site*group /norow;

C. TABLES site*group;

D. TABLES site*group /nocol norow;D. TABLES site*group /nocol norow;

Browse 99 Q&As
Questions 8

Given the data set WORK.BP with the following variable list:

Which output will be created by the program?

A. Option A

B. Option B

C. Option C

D. Option D

Browse 99 Q&As
Questions 9

Which validation technique involves two programmers writing separate programs to produce the same output, then comparing the result?

A. Independent Programming

B. Peer Matching

C. Identical Programming

D. Peer Review

Browse 99 Q&As
Questions 10

Given the file sites.csv:

Which option would you need to add to the INFILE statement to clear the notes from this log?

A. firstobs=2

B. missover

C. lrecl=2

D. start=2

Browse 99 Q&As
Questions 11

Define.xml is an XML-based submission of a clinical study's: A. results

B. metadata

C. data

D. protocol

Browse 99 Q&As
Questions 12

The purpose of the ADaM model is to provide a framework that:

A. enables the tabulation of the raw source data

B. enables the creation of study patient profiles

C. enables the statistical analysis of the data

D. can be used to generate the CDISC ODM

Browse 99 Q&As
Questions 13

Given the following SAS program: Which statement correctly identifies invalid values in the variable TRT, if only the values 'A', B', 'C are valid?

A. if indexc(TRT, 'ABC') eq 0 then output;

B. if index(TRT, 'ABC') eq 0 then output;

C. if find(TRT, 'ABC') eq 0 then output;

D. if indexw(TRT, 'ABC') eq 0 then output;

Browse 99 Q&As
Exam Code: A00-280
Exam Name: SAS Certified Clinical Trials Programmer Using SAS 9
Last Update: Apr 28, 2024
Questions: 99 Q&As

PDF

$49.99

VCE

$59.99

PDF + VCE

$67.99