| Exam Code/Number: | A00-282Join the discussion |
| Exam Name: | Clinical Trials Programming Using SAS 9.4 |
| Certification: | SASInstitute |
| Question Number: | 144 |
| Publish Date: | Sep 04, 2026 |
|
Rating
100%
|
|
The following SAS program is submitted:
Which types of variables are DayofMonth, MonthofYear, and Year?
Which statement assigns the current date to the character variable CURRDT?
Review the following procedure format:
PROC TTEST date=date;
class group-variable;
var variable;
run;
What is the required type of data for the variable in this procedure?
You are working with the VS data set that contains the variable Pulse.
Which PROC SGPLOT step will produce the graph shown below?