A00-281 Exam Questions
98 real A00-281 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #55
A patient received at least one dose of study medication prior to withdrawing from a study. Which analysis population would always include this patient?
- Question #56
The following SAS program is submitted, but fails due to syntax errors. What is the cause of the syntax errors?
- Question #57
Given the SAS data set containing subject's phone numbers What is the value of PHONE2 for subject 005?
- Question #58
Given the file sites.csv: Which option would you need to add to the INFILE statement to clear the notes from this log?
- Question #59
Which program will report all created output objects in the log?
- Question #60
Which statement correctly adds a label to the data set?
- Question #61
Which statement will produce report output that can be opened in Microsoft Word?
- Question #62
The following SAS program is submitted: Which value does variable X contain?
- Question #63
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?
- Question #64
Given the data set WORK.BP with the following variable list: Which output will be created by the program?
- Question #65
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 stud...
- Question #66
Which CDISC standard is concerned with the development of simplified case report forms?
- Question #67
This question will ask you to provide a missing option. The following program is submitted to create a transport file for multiple data sets: Which option will limit the files that...
- Question #68
Which option for PROC COMPARE will list all observations and variables found in only one of the two data sets being compared?
- Question #69
The following SAS program is submitted: What is the value of the second variable in the data set WORK.DIGESTL?
- Question #70
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?
- Question #71
This question will ask you to provide lines of missing code. Given the following SCORE data set: Variable LOCF contains the imputed score that would replace the missing SCORE value...
- Question #72
A Statistical Analysis Plan describes a clinical trial as "A 12 week, double-blind, placebo- controlled, randomized, multi-center study." Double-blind refers to which groups in thi...
- Question #73
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...
- Question #74
Given the following data set (AE): Data will be reported by onset week. Day 1 - 7 is Week 1, Day 8 - 14 is Week 2. Events beyond Day 14 are assigned Week 3 and will be reported as...
- Question #76
The following SAS program is submitted: Which types of variables are DayofMonth, MonthofYear, and Year?
- Question #77
The following SAS program is submitted: Which alternative program creates an equivalent BASE_BP data set?
- Question #78
The following SAS program is submitted: What is the value of the variable day when the data step completes?
- Question #79
This question will ask you to provide a line of missing code. Which line of code would produce the blue notes in the log?
- Question #80
Given two data sets with the following variables: Why is the blue note showing in the log?
- Question #81
A Treatment-Emergent Adverse Event (TEAE) is commonly defined as any event that occurs on or after the date and time of:
- Question #82
The following SAS program is submitted: You want to store all calculated means and standard deviations in one SAS data set. Which statement must be added to the program?
- Question #84
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?
- Question #85
The following SAS program is submitted. What result is displayed for the variable COUNT?
- Question #86
A SAS report procedure results in the log below. What should you add to the PROC REPORT to address the blue note in this log?
- Question #87
Which statement assigns the current date to the character variable CURRDT?
- Question #88
Review the following procedure format: What is the required type of data for the variable in this procedure?
- Question #89
The following output is displayed: Which SAS program created this output?
- Question #90
Given the following SAS program: Which statement correctly identifies invalid values in the variable TRT, if only the values 'A', B', 'C are valid?
- Question #91
Identify the data structure with the following characteristics: - Contains one or more records per subject, per analysis parameter, and per analysis timepoint. - May be derived fro...
- Question #92
The following SAS program is submitted: How many data sets are created and how many observations are in the data set(s)?
- Question #93
Given the following data set: Which type of clinical trials data is this?
- Question #94
The following SAS program is submitted: data WORK.ALL; How will the data sets ONE and TWO be combined?
- Question #95
The following SAS program is submitted: If the value for the variable Subjcode is "WGT2", what is the value of the variable Description?
- Question #96
Given the following data set: Which type of clinical trials data is this?
- Question #97
Define.xml is an XML-based submission of a clinical study's:
- Question #99
Given the data set HE: What will the values be of variable HOSPDURD for the two subjects?
- Question #100
You want 90% confidence limits for a binomial proportion from a one-way table with PROC FREQ. Which option must you add to the TABLES statement?
- Question #101
A SAS program is submitted and the following log is written. What is the cause of this error message?
- Question #102
Given the following partial output data set: Which code was used to create AGECAT?
- Question #103
Which one of the following SAS system options prevents the page number from appearing on a report?
- Question #104
Which one of the following is true of the RETAIN statement in a SAS DATA step program?
- Question #105
Which one of the following statements is true regarding the name of a SAS array?