SAS Institute Related Exams
A00-215 Exam
Which PROC SORT option allows you to create an output data set of the sorted data?
What happens when you submit the code shown below?
data table1 table2;
set sashelp.shoes;
output;
run;
Which statement is true regarding the SET statement?