최신 SAS Clinical Trials Programming A00-282 무료샘플문제:
1. A report that you are working on will require the following header lines:
Which code adds the second line of the header "Adverse Events"?
A) title2 = 'Adverse Events';
B) header2 = 'Adverse Events';
C) title2 'Adverse Events';
D) header2 'Adverse Events';
2. Which option for PROC COMPARE will list all observations and variables found in only one of the two data sets being compared?
A) LISTALL
B) ALLOBS
C) OUTALL
D) OUTDIFF
3. A subject reports a medication started in March of 2007 but cannot recall the day number.
What is the value stored in the SDTM domain CM.CMSTDTC variable?
A) MAR2007
B) 2007-03
C) 00MAR2007
D) 2007 03
4. 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?
A) multiple value types within a single column
B) the number of columns to be read from the Excel file
C) multiple value types within a single row
D) the number of rows to be read from the Excel file
5. Given the data set HE:
What will the values be of variable HOSPDURD for the two subjects?
A) 5, missing
B) 50, 9
C) 65, 9
D) missing, missing
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: A | 질문 # 3 정답: B | 질문 # 4 정답: A | 질문 # 5 정답: D |