Given the following assignment statement:
BirthDate = 15DEC2005’d;
Which statement is true?
What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;
Given the following code:
Which variables are created with the BY statement?
Given the following DATA step:
What is the value of average?
Enter your numeric answer in the space above.