Given the data set WORK.BP with the following variable list:
Which output will be created by the program?
Answer : D
Given the following data set DEMOG:
Which selection below would be considered hard-coding?
Answer : B
Given the following data at WORK DEMO:
Which SAS program prints only the first 5 males in this order from the data set?
Answer : B
Review the following procedure format:
What is the required type of data for the variable in this procedure?
Answer : B
A Statistical Analysis Plan defines study day as the number of days between the visit date and the date of randomization plus one day.
The following SAS program is submitted using a macro from the project's library:
How is the STUDYDAY macro defined?
Answer : C
Given the following data set:
Which SAS program produced this output?
Answer : A
The following SAS program is submitted:
proc sort data=SASUSER.VISIT out=PSORT;
by code descending date cost;
run;
Which statement is true regarding the submitted program?
Answer : B