A00-211 Web TestEngine demo

Exit VCEDump A00-211 SAS Base Programming for SAS 9
Question 18 of 41
0% complete
Q18 Single choice

The following SAS DATA step executes on Monday, April 25, 2000:

data newstaff;
set staff;
start_date = today();
run;

Which one of the following is the value of the variable START_DATE in the output data set?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in