Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Clinical Trials Programmer A00-281 Exam Questions and Answers PDF

Page: 3 / 4
Total 99 questions

Clinical Trials Programming Using SAS 9 – Accelerated Version Questions and Answers

Question 9

This question will ask you to provide a missing option.

Given an existing work data set (DM), the following code is submitted:

Options:

A.

MPRINT

B.

SYMBOLGEN

C.

MLOGIC

D.

MRECALL

Question 10

Given two data sets with the following variables:

Why is the blue note showing in the log?

Options:

A.

The variable VISIT occurs in both data sets but is not included in the BY statement.

B.

There are no observations with matching values for SUBJID in either data set.

C.

There are multiple observations with the same value for SUBJID in both data sets.

D.

One of the two data sets has multiple observations with the same value for SUBJID.

Question 11

Given the following data set DEMOG:

Which selection below would be considered hard-coding?

Options:

A.

if sexcd eq 1 then sex = "Male" ;

else if sexcd eq 2 then sex = "Female" ;

B.

if site eq 1 then sexcd = 2 ;

else if site eq 2 then sexcd = 1 ;

C.

if site eq 1 and sexcd ne 2 then check = 1 ;

else if site eq 2 and sexcd ne 1 then check = 2 ;

D.

birthdt = input(dob, mmddyy10.) ;

Question 12

The following SAS program is submitted:

What will be the result when the program executes?

Options:

A.

num3 assigned a missing value

B.

num3 assigned a value of 0

C.

num3 assigned a value of 1

D.

An error due to mixed variable types in the assignment statement.

Page: 3 / 4
Total 99 questions