
SASInstitute Clinical Trials Programming Using SAS 9.4 - A00-282 Exam Questions
QUESTION NO: 1
Which program will report all created output objects in the log?
Which program will report all created output objects in the log?
Correct Answer: D
QUESTION NO: 2
The following SAS program is submitted.

What result is displayed for the variable COUNT?
The following SAS program is submitted.

What result is displayed for the variable COUNT?
Correct Answer: B
QUESTION NO: 3
Which of these tasks is NOT required for a validating programmer to state that an output has been independently validated using double programming once a PROC COMPARE has been run and shows the output electronically validates?
Which of these tasks is NOT required for a validating programmer to state that an output has been independently validated using double programming once a PROC COMPARE has been run and shows the output electronically validates?
Correct Answer: C
QUESTION NO: 4
The following SAS program is submitted:
%let Av=age;
%macro LABD(Av=weight);
%let Av=gend; %mend;
%LABD(Av=height)
%put Av is &Av;
What will be written to the SAS log?
The following SAS program is submitted:
%let Av=age;
%macro LABD(Av=weight);
%let Av=gend; %mend;
%LABD(Av=height)
%put Av is &Av;
What will be written to the SAS log?
Correct Answer: A
QUESTION NO: 5
Given the SAS data set WORK.BP

What is the result?
Given the SAS data set WORK.BP

What is the result?
Correct Answer: D
QUESTION NO: 6
The following SAS program is submitted:
proc univariate date=work.STUDY; by VISIT; class REGION TREAT; var HBA1C GLUCOS; run; You want to store all calculated means and standard deviations in one SAS data set.
Which statement must be added to the program?
The following SAS program is submitted:
proc univariate date=work.STUDY; by VISIT; class REGION TREAT; var HBA1C GLUCOS; run; You want to store all calculated means and standard deviations in one SAS data set.
Which statement must be added to the program?
Correct Answer: A
QUESTION NO: 7
How does the code shown below help to validate report output?
data check;
set datlib.medhist;
mh_len = length(trim(mhcom1));
run;
proc freq data=check;
tables mh_len;
run;
How does the code shown below help to validate report output?
data check;
set datlib.medhist;
mh_len = length(trim(mhcom1));
run;
proc freq data=check;
tables mh_len;
run;
Correct Answer: A
QUESTION NO: 8
Given the following partial output data set:

Which code was used to create AGECAT?
Given the following partial output data set:

Which code was used to create AGECAT?
Correct Answer: B
QUESTION NO: 9
Vital Signs are a component of which SDTM class?
Vital Signs are a component of which SDTM class?
Correct Answer: C




