SAS Institute Related Exams
A00-215 Exam
Given the following code:

Which variables are created with the BY statement?
What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;