최신 A00-282 무료덤프 - SASInstitute Clinical Trials Programming Using SAS 9.4
Which statement outputs all possible missing values of LBORRES?
정답: A
Given the following two data sets EX and AE:

Which output data set is produced by the submitted SAS program?


Which output data set is produced by the submitted SAS program?

정답: C
Review the following procedure format:

What is the required type of data for the variable in this procedure?

What is the required type of data for the variable in this procedure?
정답: A
This question will ask you to provide a line of missing code.
Given the dataset RAWBP that is sorted by SUBJECT TEST WEEK:

Which statement must be added to the program to calculate relative change in percent (percent change) from baseline?
Given the dataset RAWBP that is sorted by SUBJECT TEST WEEK:

Which statement must be added to the program to calculate relative change in percent (percent change) from baseline?
정답: A
What is the primary purpose of programming validation?
정답: D
A Statistical Analysis Plan (SAP) defines the selection process for baseline records. This instructs the programmer to choose the last non-missing analyte value prior to first study drug administration (date/time).
The DEMO data set contains the date/time of first study drug administration for subject:

What will be the resulting baseline values, as selected per the SAP instructions?

The DEMO data set contains the date/time of first study drug administration for subject:

What will be the resulting baseline values, as selected per the SAP instructions?

정답: A
Given the following partial output data set:

Which code was used to create AGECAT?

Which code was used to create AGECAT?
정답: D
Given the following code executed with system date and time of April 29, 2020 at 10:33 AM:
data _null_;
daytim=put("&sysdate"d,date9.)||" "||put("&systime"t,time8.);
call symputx("nowdate", daytim);
run;
%put &nowdate;
The output of the macro variable "nowdate" in the log will be:
data _null_;
daytim=put("&sysdate"d,date9.)||" "||put("&systime"t,time8.);
call symputx("nowdate", daytim);
run;
%put &nowdate;
The output of the macro variable "nowdate" in the log will be:
정답: B
You have been asked to import an Excel spreadsheet.
What will lead to substantial differences between the original Excel spreadsheet and the resulting SAS data set?
What will lead to substantial differences between the original Excel spreadsheet and the resulting SAS data set?
정답: A
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
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
정답: C