問題1
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?
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?
正確答案: C
問題2
The following SAS program is submitted:

Which value does variable X contain?
The following SAS program is submitted:

Which value does variable X contain?
正確答案: C
問題3
This question will ask you to provide a line of missing code.
The following SAS program is submitted:

Which macro call prints all records from each dataset in library DB?
This question will ask you to provide a line of missing code.
The following SAS program is submitted:

Which macro call prints all records from each dataset in library DB?
正確答案: B
問題4
Given the following SCORE data set: Based on the concept of Last Observation Carried Forward, what will be the value for SCORE for the Week 12

Given the following SCORE data set: Based on the concept of Last Observation Carried Forward, what will be the value for SCORE for the Week 12

正確答案: A
問題5
Given the SAS data set WORK.BP

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

What is the result?
正確答案: D
問題6
Which name is a valid SAS V5 variable name?
Which name is a valid SAS V5 variable name?
正確答案: B
問題7
CORRECT TEXT
This question will ask you to provide a line of missing code.
You want to present a column header that contains breaks within the header as indicated below.

In the space below, enter the option that completes the program (Case is ignored. Do not add leading or trailing spaces to your answer).

CORRECT TEXT
This question will ask you to provide a line of missing code.
You want to present a column header that contains breaks within the header as indicated below.

In the space below, enter the option that completes the program (Case is ignored. Do not add leading or trailing spaces to your answer).

正確答案:
SPLIT='*';,SPLIT="*";,SPLIT='*',SPLIT="*",SPLIT='*';,SPLIT="*";,SPLIT='*',SPLIT="*",SPLIT='*';,S PLIT="*";,SPLIT='*',SPLIT="*",SPLIT='*';,SPLIT="*";,SPLIT='*',SPLIT="*"
問題8
The purpose of the ADaM model is to provide a framework that:
The purpose of the ADaM model is to provide a framework that:
正確答案: B
問題9
A patient received at least one dose of study medication prior to withdrawing from a study. Which analysis population would always include this patient?
A patient received at least one dose of study medication prior to withdrawing from a study. Which analysis population would always include this patient?
正確答案: A
問題10
This question will ask you to provide a line of missing code.
The following SAS program is submitted: Which statement is required to produce this output?

This question will ask you to provide a line of missing code.
The following SAS program is submitted: Which statement is required to produce this output?

正確答案: A