Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?
Answer : A
Review the following procedure format:

What is the required type of data for the variable in this procedure?
Answer : B
What information can be found in the SAS Dictionary tables? (Choose two.)
Answer : A, C
Given the following vital signs data:

Baseline is defined as the last non-missing value prior to Day 1.
What is the value for the change from baseline for Week 1 for Subject 2?
Answer : C
Given the following entry in the SAS log:

Which alternate method could you use to?
* Transpose all data
* Not produce a warning message in the log
Answer : D
Which program will report all created output objects in the log?
Answer : B
The following question will ask you to provide a line of missing code.
Given the following data set work.vs:

The following SAS program is submitted to create a new data set that carries forward the previous value of sbp when the value is missing.

In the space below, enter the line of code that completes the program (Case is ignored. Do not add leading or trailing spaces to your answer.).

See Below Explanation:
Answer : A