| Exam Code/Number: | A00-281Join the discussion |
| Exam Name: | SAS Certified Clinical Trials Programmer Using SAS 9 Accelerated Version |
| Certification: | SASInstitute |
| Question Number: | 99 |
| Publish Date: | Sep 02, 2026 |
|
Rating
100%
|
|
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 from findings, events, interventions and special-purpose SDTM domains, or other ADaM datasets.
A record can represent an observed, derived, or imputed value required for analysis.
Which statement assigns the current date to the character variable CURRDT?
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?
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 (based
on last observation carried forward method). Which SAS statements complete the program?
Study day is defined as DCMDATE minus RFSTDTC +1
Which statement will compute the study day correctly without producing notes for missing values in the log?