Review the following procedure format:
What is the required type of data for the variable in this procedure?
The VISIT data set is multiple records per subject, sorted by usubjid vistdtc vistm and contains the following variables:
The DEATH data set is one record per subject, sorted by usubjid vistdtc vistm and contains the following variables:
Which program will combine the DEATH and VISIT data sets by matching records?
Given the following SCORE data set:
Based on the concept of Last Observation Carried Forward, what will be the value for SCORE for the Week 12
This question will ask you to provide a line of missing code.
Given the following data set LABS(only first 10 lines shown):
In the space below, enter the statement that completes the program to produce the desired output (Case is ignored. Do not add leading or trailing spaces to your answer.).
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 study drug administration (date/time).
The DEMO data set contains the date/time of first study drug administration for subject:
What will be the resulting baseline values, as selected per the SAP instructions?
This question will ask you to provide lines of missing code.
Which ODS statements, inserted respectively in the two locations indicated above, create a report stored in a PDF file?
The following SAS program is submitted:
What is the value of the variable day when the data step completes?
The following SAS program is submitted:
Which types of variables are DayofMonth, MonthofYear, and Year?