The following question will ask you to provide a line of missing code.
The following program is submitted to output observations from data set ONE that have more than one record per patient.
In the space below, enter the line of code that will correctly complete the program (Case is ignored. Do not add leading or trailing spaces to your answer.).
This question will ask you to provide a line of missing code. The following SAS program is submitted:
In the space below, enter the statement that completes the program correctly (Case is ignored. Do not add leading or trailing spaces to your answer.).
Given the following log entry:
Which SAS system option adds the blue highlighted lines to the log?
A. INFO
B. MSGLEVEL=I
C. INVALIDDATA='I'
D. NOTES
The following SAS program is submitted:
What is the value of the variable day when the data step completes?
A. 1
B. 6
C. 7
D. 8
Given the SAS data set containing subject's phone numbers
What is the value of PHONE2 for subject 005?
A. (215) 631-9494
B. 2156319494
C. (215) 6319494
D. 631-9494
The following SAS program is submitted:
What will be the result when the program executes?
A. num3 assigned a missing value
B. num3 assigned a value of 0
C. num3 assigned a value of 1
D. An error due to mixed variable types in the assignment statement.
Which statement will create a report footnote that identifies the date and time that the SAS program was executed?
A. footnote1 "Created on andsysdate9 andsystime";
B. footnote1 = "Created on andsysdate9 andsystime";
C. footnote1 'Created on andsysdate9 andsystime';
D. footnote1 = 'Created on andsysdate9 andsystime';
Given the SAS data set WORK.BP
What is the result?
A. WORK.HIGHBP has 1 observation WORK.NORMBP has 1 observation WORK.INVESTBP has 3 observations
B. WORK.HIGHBP has 1 observation WORK.NORMBP has 1 observation WORK.INVESTBP has 4 observations
C. WORK.HIGHBP has 1 observation WORK.NORMBP has 1 observation WORK.INVESTBP has 2 observations
D. WORK.HIGHBP has 2 observations WORK.NORMBP has 2 observations WORK.INVESTBP has 3 observations
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
A. Analysis Data Model (ADaM)
B. Operational Data Model (ODM)
C. Study Data Tabulation Model (SDTM)
D. Trial Design Model (TDM)
The purpose of the ADaM model is to provide a framework that:
A. enables the tabulation of the raw source data
B. enables the creation of study patient profiles
C. enables the statistical analysis of the data
D. can be used to generate the CDISC ODM