Given the following partial output data set:
Which code was used to create AGECAT?
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 this study?
Which CDISC filename contains the following items?
• Variable attributes
• Controlled terminology
• Computational methods
Enter your answer in the space below (Case is ignored. Do not add leading or trailing spaces to your answer.).
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?
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
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?
A SAS program is submitted and the following log is written.
What is the cause of this error message?
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?
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?