Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Note! Following A00-280 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

A00-280 Exam Dumps - Clinical Trials Programming Using SAS 9

Go to page:
Question # 9

Identify the CDISC model with the following characteristics:

• XML-based content and format standard

• facilitates the archive and interchange of the metadata and data for clinical research

• provides an accurate audit trail that is 21 CRF Part II compliant

A.

Analysis Data Model (ADaM)

B.

Operational Data Model (ODM)

C.

Study Data Tabulation Model (SDTM)

D.

Trial Design Model (TDM)

Full Access
Question # 10

Which statement assigns the current date to the character variable CURRDT?

A.

currdt="&sysdate.";

B.

currdt="%sysdate.";

C.

currdt="sysdate.";

D.

currdt="#sysdate.";

Full Access
Question # 11

Which statement correctly adds a label to the data set?

A.

DATA two Label="Subjects having duplicate observations";

set one;

run;

B.

DATA two;

Label="Subjects having duplicate observations";

set one;

run;

C.

DATA two;

set one;

Label dataset="Subjects having duplicate observations";

run;

D.

DATA two(Label="Subjects having duplicate observations");

set one;

run;

Full Access
Question # 12

The following SAS program is submitted:

Which value does variable X contain?

A.

the numeric value 0

B.

the character value "01Jan1960"

C.

the date value 01011960

D.

the code contains a syntax error and does not execute.

Full Access
Question # 13

A report that you are working on will require the following header lines:

Which code adds the second line of the header "Adverse Events"?

A.

header2 'Adverse Events';

B.

header2 = 'Adverse Events';

C.

title2 = 'Adverse Events';

D.

title2 'Adverse Events';

Full Access
Question # 14

The following SAS program is submitted:

What is the value of the second variable in the data set WORK.DIGESTL?

A.

diverticulosis

B.

divertic

C.

a missing value

D.

No variables are created.

Full Access
Go to page: