最新的SASInstitute SAS Certified Clinical Trials Programmer Using SAS 9 - A00-280免費考試真題
This question will ask you to provide lines of missing code.

Which ODS statements, inserted respectively in the two locations indicated above, create a report stored in a PDF file?

Which ODS statements, inserted respectively in the two locations indicated above, create a report stored in a PDF file?
正確答案: A
A report that you are working on will require the following header lines:

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

Which code adds the second line of the header "Adverse Events"?
正確答案: B
This question will ask you to provide a section of missing code. Given the input SAS data set LABRAW:

Which DO LOOP will create the output SAS data set WORK.LAB_NEW?

Which DO LOOP will create the output SAS data set WORK.LAB_NEW?
正確答案: B
The following SAS program is submitted:

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

What is the value of the second variable in the data set WORK.DIGESTL?
正確答案: C
CORRECT TEXT
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.).

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.).

正確答案:
DEFINESITE/ORDERNOPRINT;,DEFINESITE/NOPRINTORDER;,DEFINESITE/ORDERN OPRINT;,DEFINESITE/NOPRINTORDER;,DEFINESITE/ORDERNOPRINT;,DEFINESITE/ NOPRINTORDER;,DEFINESITE/ORDERNOPRINT;,DEFINESITE/NOPRINTORDER;,DEF INE
Given the following partial output data set:

Which code was used to create AGECAT?

Which code was used to create AGECAT?
正確答案: B
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
正確答案: A
Given the data set HE:

What will the values be of variable HOSPDURD for the two subjects?

What will the values be of variable HOSPDURD for the two subjects?
正確答案: A
CORRECT TEXT
The following question will ask you to provide a line of missing code.
The following program is submitted to output observations from data set ONE that have more than one record per patient.

In the space below, enter the line of code that will correctly complete the program (Case is ignored. Do not add leading or trailing spaces to your answer.).

The following question will ask you to provide a line of missing code.
The following program is submitted to output observations from data set ONE that have more than one record per patient.

In the space below, enter the line of code that will correctly complete the program (Case is ignored. Do not add leading or trailing spaces to your answer.).

正確答案:
BYSUBJID;BYSUBJID;
Given the following data set DEMOG:

Which selection below would be considered hard-coding?

Which selection below would be considered hard-coding?
正確答案: A